rename SeekPosition to SeekPositionTicks

This commit is contained in:
Luke Pulverenti
2013-07-19 14:36:44 -04:00
parent 683f00ba38
commit 2aaf939f22
4 changed files with 6 additions and 6 deletions

View File

@@ -36,6 +36,6 @@ namespace MediaBrowser.Model.Session
{
public PlaystateCommand Command { get; set; }
public long? SeekPosition { get; set; }
public long? SeekPositionTicks { get; set; }
}
}