diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-24 22:45:06 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-24 22:45:06 -0400 |
| commit | 1544b7bf9ce3221aec47da22a76e171f6714ce26 (patch) | |
| tree | a737f44f8cf44162ff264887c0b234cf17c6023e /MediaBrowser.Api/Playback/StreamState.cs | |
| parent | eca1ba0b12da195dff3c31ffb799e4e3a7b5b5b9 (diff) | |
display timestamp info
Diffstat (limited to 'MediaBrowser.Api/Playback/StreamState.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/StreamState.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Api/Playback/StreamState.cs b/MediaBrowser.Api/Playback/StreamState.cs index 051413259..c7a62a332 100644 --- a/MediaBrowser.Api/Playback/StreamState.cs +++ b/MediaBrowser.Api/Playback/StreamState.cs @@ -273,8 +273,8 @@ namespace MediaBrowser.Api.Playback get { var defaultValue = string.Equals(OutputContainer, "m2ts", StringComparison.OrdinalIgnoreCase) ? - TransportStreamTimestamp.VALID : - TransportStreamTimestamp.NONE; + TransportStreamTimestamp.Valid : + TransportStreamTimestamp.None; return !Request.Static ? defaultValue |
