mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 06:18:28 +01:00
Var type refinements
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user