remove seek headers when not transcoding

This commit is contained in:
Luke Pulverenti
2014-04-03 23:36:05 -04:00
parent 2a77500c61
commit 161e1af0ea
5 changed files with 266 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv
new SystemEventTrigger{ SystemEvent = SystemEvent.WakeFromSleep},
new IntervalTrigger{ Interval = TimeSpan.FromHours(3)}
new IntervalTrigger{ Interval = TimeSpan.FromHours(4)}
};
}

View File

@@ -340,6 +340,7 @@ namespace MediaBrowser.Server.Implementations.Localization
new LocalizatonOption{ Name="German", Value="de"},
new LocalizatonOption{ Name="Hebrew", Value="he"},
new LocalizatonOption{ Name="Italian", Value="it"},
new LocalizatonOption{ Name="Norwegian Bokmål", Value="nb"},
new LocalizatonOption{ Name="Portuguese (Brazil)", Value="pt-BR"},
new LocalizatonOption{ Name="Portuguese (Portugal)", Value="pt-PT"},
new LocalizatonOption{ Name="Russian", Value="ru"},