aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/LiveTv
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-06-13 02:33:29 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-06-13 02:33:29 -0400
commit1663b258a71a164046007831e09ddd5f389b28a4 (patch)
tree71a745cfcb64db4cf6dcf7dc5cb5313cd710c721 /MediaBrowser.Controller/LiveTv
parentb5aca50c9e56580fd843f1e3baba32f9cf0231f1 (diff)
update home sections
Diffstat (limited to 'MediaBrowser.Controller/LiveTv')
-rw-r--r--MediaBrowser.Controller/LiveTv/LiveTvProgram.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Controller/LiveTv/LiveTvProgram.cs b/MediaBrowser.Controller/LiveTv/LiveTvProgram.cs
index 87fc58130..9f55a9ff2 100644
--- a/MediaBrowser.Controller/LiveTv/LiveTvProgram.cs
+++ b/MediaBrowser.Controller/LiveTv/LiveTvProgram.cs
@@ -221,12 +221,6 @@ namespace MediaBrowser.Controller.LiveTv
public override bool IsInternetMetadataEnabled()
{
- if (IsMovie)
- {
- var options = (LiveTvOptions)ConfigurationManager.GetConfiguration("livetv");
- return options.EnableMovieProviders;
- }
-
return false;
}