mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
@@ -103,7 +103,7 @@ public class LrcLyricProvider : ILyricProvider
|
||||
continue;
|
||||
}
|
||||
|
||||
fileMetaData[metaDataFieldName.ToString()] = metaDataFieldValue.ToString();
|
||||
fileMetaData[metaDataFieldName] = metaDataFieldValue;
|
||||
}
|
||||
|
||||
if (sortedLyricData.Count == 0)
|
||||
|
||||
Reference in New Issue
Block a user