aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author1hitsong <3330318+1hitsong@users.noreply.github.com>2022-09-23 07:59:46 -0400
committerGitHub <noreply@github.com>2022-09-23 07:59:46 -0400
commit1ae5c83aa7a7c84ab487e8abc1da6f8aabcdd39c (patch)
tree23cf43bd2cfe42df487eb04063e3687a25b0dd92
parent563d5fb5d9c349555227a9e3e7d265a55d589c31 (diff)
Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
-rw-r--r--MediaBrowser.Providers/Lyric/LrcLyricProvider.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Providers/Lyric/LrcLyricProvider.cs b/MediaBrowser.Providers/Lyric/LrcLyricProvider.cs
index 5844db078..4d4e35a4e 100644
--- a/MediaBrowser.Providers/Lyric/LrcLyricProvider.cs
+++ b/MediaBrowser.Providers/Lyric/LrcLyricProvider.cs
@@ -103,7 +103,7 @@ public class LrcLyricProvider : ILyricProvider
continue;
}
- fileMetaData[metaDataFieldName.ToString()] = metaDataFieldValue.ToString();
+ fileMetaData[metaDataFieldName] = metaDataFieldValue;
}
if (sortedLyricData.Count == 0)