Skip to content

Commit

Permalink
Merge branch 'public/8.5' into public/9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelherger committed Sep 16, 2024
2 parents 456be7f + ff83b6f commit 57af057
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 @@ -72,7 +72,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 57af057

Please sign in to comment.