aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Session
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-07-19 14:36:44 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-07-19 14:36:44 -0400
commit2aaf939f22288dd39fd75ffcef6cc6ae55a35026 (patch)
tree48603925c68a78630bf5e1e63ba7b3775c4ee7f3 /MediaBrowser.Model/Session
parent683f00ba38f6c879a5ac9aa175bc380c6b871a46 (diff)
rename SeekPosition to SeekPositionTicks
Diffstat (limited to 'MediaBrowser.Model/Session')
-rw-r--r--MediaBrowser.Model/Session/PlaystateCommand.cs2
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; }
}
}