mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 17:13:19 +01:00
display path on detail page
This commit is contained in:
parent
ff61b0b11a
commit
c94a54ddd1
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue