Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
pull/8381/head
1hitsong 2 years ago committed by GitHub
parent 563d5fb5d9
commit 1ae5c83aa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save