mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
rename SeekPosition to SeekPositionTicks
This commit is contained in:
@@ -36,6 +36,6 @@ namespace MediaBrowser.Model.Session
|
||||
{
|
||||
public PlaystateCommand Command { get; set; }
|
||||
|
||||
public long? SeekPosition { get; set; }
|
||||
public long? SeekPositionTicks { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user