fix video stream without extension in url

This commit is contained in:
Luke Pulverenti
2014-04-27 14:09:16 -04:00
parent 9a27cbab8c
commit f476944d91
4 changed files with 22 additions and 12 deletions

View File

@@ -12,6 +12,8 @@ namespace MediaBrowser.Controller.LiveTv
string MediaType { get; }
string Container { get; }
RecordingInfo RecordingInfo { get; set; }
long? RunTimeTicks { get; set; }