diff options
Diffstat (limited to 'MediaBrowser.Model/Session/PlaystateCommand.cs')
| -rw-r--r-- | MediaBrowser.Model/Session/PlaystateCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Session/PlaystateCommand.cs b/MediaBrowser.Model/Session/PlaystateCommand.cs index 9fed860dd..7e85d9d27 100644 --- a/MediaBrowser.Model/Session/PlaystateCommand.cs +++ b/MediaBrowser.Model/Session/PlaystateCommand.cs @@ -36,6 +36,6 @@ namespace MediaBrowser.Model.Session { public PlaystateCommand Command { get; set; } - public long? SeekPosition { get; set; } + public long? SeekPositionTicks { get; set; } } } |
