diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-09-09 13:49:44 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-09-09 13:49:44 -0400 |
| commit | 38ff6565c68f7bec245ab84a324c6ea2e690abb1 (patch) | |
| tree | 6eda601348808dd281ff2207d11593d849800372 /MediaBrowser.Api/Playback/StreamState.cs | |
| parent | 0d45ab8d647aebd929b638c43712cba4fa18db30 (diff) | |
update sync processes
Diffstat (limited to 'MediaBrowser.Api/Playback/StreamState.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/StreamState.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/StreamState.cs b/MediaBrowser.Api/Playback/StreamState.cs index 34dc5ea12..fdbe5835e 100644 --- a/MediaBrowser.Api/Playback/StreamState.cs +++ b/MediaBrowser.Api/Playback/StreamState.cs @@ -74,7 +74,7 @@ namespace MediaBrowser.Api.Playback { get { - return ReadInputAtNativeFramerate ? 1000 : 0; + return 0; } } |
