Skip to content

Commit

Permalink
blacklist non-functional plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePulverenti committed Jul 20, 2018
1 parent 3e20127 commit edc6107
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Emby.Server.Implementations/ApplicationHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1924,7 +1924,8 @@ private bool EnablePlugin(string path)
"MediaBrowser.Plugins.ITV.dll",
"MediaBrowser.Plugins.Lastfm.dll",
"ServerRestart.dll",
"MediaBrowser.Plugins.NotifyMyAndroidNotifications.dll"
"MediaBrowser.Plugins.NotifyMyAndroidNotifications.dll",
"MetadataViewer.dll"
};

return !exclude.Contains(filename ?? string.Empty, StringComparer.OrdinalIgnoreCase);
Expand Down

0 comments on commit edc6107

Please sign in to comment.