mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-23 15:30:56 -04:00
Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
parent
563d5fb5d9
commit
1ae5c83aa7
@ -103,7 +103,7 @@ public class LrcLyricProvider : ILyricProvider
|
||||
continue;
|
||||
}
|
||||
|
||||
fileMetaData[metaDataFieldName.ToString()] = metaDataFieldValue.ToString();
|
||||
fileMetaData[metaDataFieldName] = metaDataFieldValue;
|
||||
}
|
||||
|
||||
if (sortedLyricData.Count == 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user