Skip to content

Commit

Permalink
Restore the possibility to have plugins in `~/Library/Application Sup…
Browse files Browse the repository at this point in the history
…port/Squeezebox/Plugins` on Mac.
  • Loading branch information
michaelherger committed Sep 11, 2024
1 parent 5e3e124 commit 245f7fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Slim/Utils/OS/OSX.pm
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ sub initDetails {
eval 'mkpath("$ENV{\'HOME\'}/$dir");';
}

unshift @INC, $ENV{'HOME'} . "/Library/Application Support/Squeezebox";

return $class->{osDetails};
}

Expand Down

0 comments on commit 245f7fc

Please sign in to comment.