aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-09-19 16:07:18 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-09-19 16:07:18 -0400
commit34b72751e018239b7c5a1a964b5a1bc245e8226b (patch)
treef3a85f151f8bd657e0ab7485f940a874f4d2c738
parentb69ea8fef007392d4a4db82a84527b28696901c5 (diff)
update image upload forms
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs26
1 files changed, 25 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index f08750b76..59f521eb5 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -1853,7 +1853,31 @@ namespace Emby.Server.Implementations
"mbintros.dll",
"embytv.dll",
"Messenger.dll",
- "MediaBrowser.Plugins.TvMazeProvider.dll"
+ "MediaBrowser.Plugins.TvMazeProvider.dll",
+ "MBBookshelf.dll",
+ "MediaBrowser.Channels.Adult.YouJizz.dll",
+ "MediaBrowser.Channels.Vine-co.dll",
+ "MediaBrowser.Plugins.Vimeo.dll",
+ "MediaBrowser.Channels.Vevo.dll",
+ "MediaBrowser.Plugins.Twitch.dll",
+ "MediaBrowser.Channels.SvtPlay.dll",
+ "MediaBrowser.Plugins.SoundCloud.dll",
+ "MediaBrowser.Plugins.SnesBox.dll",
+ "MediaBrowser.Plugins.RottenTomatoes.dll",
+ "MediaBrowser.Plugins.Revision3.dll",
+ "MediaBrowser.Plugins.NesBox.dll",
+ "MBChapters.dll",
+ "MediaBrowser.Channels.LeagueOfLegends.dll",
+ "MediaBrowser.Plugins.ADEProvider.dll",
+ "MediaBrowser.Channels.BallStreams.dll",
+ "MediaBrowser.Channels.Adult.Beeg.dll",
+ "ChannelDownloader.dll",
+ "Hamstercat.Emby.EmbyBands.dll",
+ "EmbyTV.dll",
+ "MediaBrowser.Channels.HitboxTV.dll",
+ "MediaBrowser.Channels.HockeyStreams.dll",
+ "MediaBrowser.Plugins.ITV.dll",
+ "MediaBrowser.Plugins.Lastfm.dll"
};
return !exclude.Contains(filename ?? string.Empty, StringComparer.OrdinalIgnoreCase);