diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index b80f48b9f4..ad5c938da2 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -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);