aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/ConfigurationService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-10 13:39:41 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-10 13:39:41 -0500
commit013d5a467e046c63d69c793b13f468a52a446568 (patch)
tree8a7b7e5ca955f062ac11aeed28d7e0f93ae97f07 /MediaBrowser.Api/ConfigurationService.cs
parent44bb192ce0e286ced703394f733ca033b489ebc5 (diff)
restored external subtitle support
Diffstat (limited to 'MediaBrowser.Api/ConfigurationService.cs')
-rw-r--r--MediaBrowser.Api/ConfigurationService.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Api/ConfigurationService.cs b/MediaBrowser.Api/ConfigurationService.cs
index 98897b9d1..d8ecc3685 100644
--- a/MediaBrowser.Api/ConfigurationService.cs
+++ b/MediaBrowser.Api/ConfigurationService.cs
@@ -143,7 +143,6 @@ namespace MediaBrowser.Api
DisableSaversForType(typeof(Game), config);
DisableSaversForType(typeof(GameSystem), config);
DisableSaversForType(typeof(Movie), config);
- DisableSaversForType(typeof(Trailer), config);
DisableSaversForType(typeof(BoxSet), config);
DisableSaversForType(typeof(Book), config);
DisableSaversForType(typeof(Series), config);