mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-23 02:27:17 +00:00
display path on detail page
This commit is contained in:
@@ -17,7 +17,7 @@ namespace MediaBrowser.Model.Session
|
||||
/// Only applicable to seek commands.
|
||||
/// </summary>
|
||||
/// <value>The seek position.</value>
|
||||
public long SeekPosition { get; set; }
|
||||
public long? SeekPosition { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user