From ff83b6f30bb4e923c710774ab373b855a152ece4 Mon Sep 17 00:00:00 2001 From: Michael Herger Date: Mon, 16 Sep 2024 10:17:55 +0200 Subject: [PATCH] Refuse installation of Gallery plugin. It has been abused too often. --- Slim/Utils/OS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slim/Utils/OS.pm b/Slim/Utils/OS.pm index 32e218f6ddf..0451fb750f4 100644 --- a/Slim/Utils/OS.pm +++ b/Slim/Utils/OS.pm @@ -71,7 +71,7 @@ sub sqlHelperClass { # Skip obsolete plugins, they should be deleted by installers # AudioAddict is a base class for others, thus not loaded sub skipPlugins { - return (qw(AudioAddict Picks ShoutcastBrowser Webcasters Health)); + return (qw(AudioAddict Picks ShoutcastBrowser Webcasters Health Gallery)); } =head2 initSearchPath( [$baseDir] )