Skip to content

Commit

Permalink
Merge branch 'public/9.0' into public/9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelherger committed Jan 7, 2025
2 parents 54dd7fb + a608de8 commit c2cca14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Slim/Utils/OS/OSX.pm
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,11 @@ sub getSystemLanguage {
sub ignoredItems {
return (
# Items we should ignore on a mac volume
'Applications' => '/',
'Library' => '/',
'System' => '/',
'Macintosh HD' => 1,
'com.apple.TimeMachine.localsnapshots' => 1,
'Icon' => '/',
'TheVolumeSettingsFolder' => 1,
'TheFindByContentFolder' => 1,
Expand Down

0 comments on commit c2cca14

Please sign in to comment.