Skip to content

Commit

Permalink
Merge branch 'public/7.8' into public/7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mherger committed Dec 11, 2015
2 parents a992e1f + 863cdec commit 12e140e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Slim/Utils/OS/ReadyNAS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ sub initDetails {

$class->{osDetails}->{isReadyNAS} = 1;

# add Plugins folder to search path
unshift @INC, '/c/.squeezeboxserver';

return $class->{osDetails};
}

Expand Down

0 comments on commit 12e140e

Please sign in to comment.