Skip to content

Commit

Permalink
Refuse installation of Gallery plugin. It has been abused too often.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelherger committed Sep 16, 2024
1 parent e76eed2 commit ff83b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim/Utils/OS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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] )
Expand Down

0 comments on commit ff83b6f

Please sign in to comment.