aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Lyrics
diff options
context:
space:
mode:
author1hitsong <3330318+1hitsong@users.noreply.github.com>2022-09-17 10:42:48 -0400
committer1hitsong <3330318+1hitsong@users.noreply.github.com>2022-09-17 10:42:48 -0400
commit7d886116fd3b617cae6884a33b8b545358fa6289 (patch)
tree5d4738b2f492338a698a4ef4efaba2870b331977 /MediaBrowser.Controller/Lyrics
parent823e2ec029d8708b71452afc7442524823d82acb (diff)
Var type refinements
Diffstat (limited to 'MediaBrowser.Controller/Lyrics')
-rw-r--r--MediaBrowser.Controller/Lyrics/Lyric.cs2
-rw-r--r--MediaBrowser.Controller/Lyrics/LyricResponse.cs4
2 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Controller/Lyrics/Lyric.cs b/MediaBrowser.Controller/Lyrics/Lyric.cs
index 56a0a8a72..35cdabbb9 100644
--- a/MediaBrowser.Controller/Lyrics/Lyric.cs
+++ b/MediaBrowser.Controller/Lyrics/Lyric.cs
@@ -8,7 +8,7 @@ namespace MediaBrowser.Controller.Lyrics
/// <summary>
/// Gets or sets the start time in ticks.
/// </summary>
- public double? Start { get; set; }
+ public long? Start { get; set; }
/// <summary>
/// Gets or sets the text.
diff --git a/MediaBrowser.Controller/Lyrics/LyricResponse.cs b/MediaBrowser.Controller/Lyrics/LyricResponse.cs
index 59ee5c7f2..796ca3bc3 100644
--- a/MediaBrowser.Controller/Lyrics/LyricResponse.cs
+++ b/MediaBrowser.Controller/Lyrics/LyricResponse.cs
@@ -10,9 +10,9 @@ namespace MediaBrowser.Controller.Lyrics
public class LyricResponse
{
/// <summary>
- /// Gets or sets MetaData.
+ /// Gets or sets Metadata.
/// </summary>
- public IDictionary<string, object> MetaData { get; set; }
+ public IDictionary<string, string> Metadata { get; set; }
/// <summary>
/// Gets or sets Lyrics.