diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-16 22:46:21 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-16 22:46:21 -0400 |
| commit | be6d4c3f530bbdd787b353996f42275187821716 (patch) | |
| tree | c07ec91123dcce7f66d53c1a70af05f3f8564516 /MediaBrowser.Api | |
| parent | c04e226c09d226906c0ab408a0f74922c7518675 (diff) | |
added archive interface
Diffstat (limited to 'MediaBrowser.Api')
| -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 e3eb4e1289..6bbcef5914 100644 --- a/MediaBrowser.Api/Playback/StreamState.cs +++ b/MediaBrowser.Api/Playback/StreamState.cs @@ -56,6 +56,7 @@ namespace MediaBrowser.Api.Playback public MediaProtocol InputProtocol { get; set; } public bool IsInputVideo { get; set; } + public bool IsInputArchive { get; set; } public VideoType VideoType { get; set; } public IsoType? IsoType { get; set; } @@ -112,6 +113,7 @@ namespace MediaBrowser.Api.Playback public long? EncodingDurationTicks { get; set; } public string ItemType { get; set; } + public string ItemId { get; set; } public string GetMimeType(string outputPath) { |
