diff options
Diffstat (limited to 'MediaBrowser.Api/Playback/StreamState.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/StreamState.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Playback/StreamState.cs b/MediaBrowser.Api/Playback/StreamState.cs index f705b5e33..bf584c385 100644 --- a/MediaBrowser.Api/Playback/StreamState.cs +++ b/MediaBrowser.Api/Playback/StreamState.cs @@ -52,5 +52,7 @@ namespace MediaBrowser.Api.Playback public bool SendInputOverStandardInput { get; set; } public CancellationTokenSource StandardInputCancellationTokenSource { get; set; } + + public string LiveTvStreamId { get; set; } } } |
