Var type refinements

This commit is contained in:
1hitsong
2022-09-17 10:42:48 -04:00
parent 823e2ec029
commit 7d886116fd
3 changed files with 10 additions and 9 deletions

View File

@@ -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.

View File

@@ -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.