Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
1hitsong 2022-09-23 07:59:46 -04:00 committed by GitHub
parent 563d5fb5d9
commit 1ae5c83aa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ public class LrcLyricProvider : ILyricProvider
continue;
}
fileMetaData[metaDataFieldName.ToString()] = metaDataFieldValue.ToString();
fileMetaData[metaDataFieldName] = metaDataFieldValue;
}
if (sortedLyricData.Count == 0)