update video player layout

This commit is contained in:
Luke Pulverenti
2014-06-28 15:35:30 -04:00
parent b1dd6365da
commit 608ebf4829
21 changed files with 167 additions and 115 deletions

View File

@@ -94,6 +94,10 @@ namespace MediaBrowser.Api.Playback
public bool EnableMpegtsM2TsMode { get; set; }
public TranscodeSeekInfo TranscodeSeekInfo { get; set; }
public long? EncodingDurationTicks { get; set; }
public string ItemType { get; set; }
public string GetMimeType(string outputPath)
{
if (!string.IsNullOrEmpty(MimeType))