aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/StreamState.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-01-24 13:09:50 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-01-24 13:09:50 -0500
commit3cc608d781b72b9e9c2dd91f90d90a5cf6f0a57a (patch)
tree0da58114f04b53bdcfd51b52169908e35a5549d1 /MediaBrowser.Api/Playback/StreamState.cs
parente92688fbec10fe54cf0425bb9262578e5bed1e12 (diff)
update next/previous buttons
Diffstat (limited to 'MediaBrowser.Api/Playback/StreamState.cs')
-rw-r--r--MediaBrowser.Api/Playback/StreamState.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/StreamState.cs b/MediaBrowser.Api/Playback/StreamState.cs
index 84cc8ecd3..55d7b22e2 100644
--- a/MediaBrowser.Api/Playback/StreamState.cs
+++ b/MediaBrowser.Api/Playback/StreamState.cs
@@ -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; }