update next/previous buttons

This commit is contained in:
Luke Pulverenti
2014-01-24 13:09:50 -05:00
parent e92688fbec
commit 3cc608d781
15 changed files with 83 additions and 45 deletions

View File

@@ -59,7 +59,8 @@ namespace MediaBrowser.Api.Playback
public long? RunTimeTicks;
public int AudioSync = 1;
public string AudioSync = "1";
public string VideoSync = "vfr";
public bool DeInterlace { get; set; }