From 8ae316a2f3333106921e7bc587bc990a8899c613 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 30 Jun 2014 13:40:46 -0400 Subject: fixes #859 - Support adaptive bitrate streaming --- MediaBrowser.Model/Configuration/ServerConfiguration.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs') diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index a5d19b5cb..f7b888f82 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -1,5 +1,4 @@ -using System.Linq; -using MediaBrowser.Model.Weather; +using MediaBrowser.Model.Weather; using System; namespace MediaBrowser.Model.Configuration @@ -211,7 +210,6 @@ namespace MediaBrowser.Model.Configuration public string[] ManualLoginClients { get; set; } public ChannelOptions ChannelOptions { get; set; } - public ChapterOptions ChapterOptions { get; set; } public bool DefaultMetadataSettingsApplied { get; set; } @@ -274,8 +272,6 @@ namespace MediaBrowser.Model.Configuration SubtitleOptions = new SubtitleOptions(); - ChannelOptions = new ChannelOptions(); - LiveTvOptions = new LiveTvOptions(); TvFileOrganizationOptions = new TvFileOrganizationOptions(); } -- cgit v1.2.3