aboutsummaryrefslogtreecommitdiffstats
path: root/us_maker_edition/src/base/UPathUtils.pas
diff options
context:
space:
mode:
Diffstat (limited to 'us_maker_edition/src/base/UPathUtils.pas')
-rw-r--r--us_maker_edition/src/base/UPathUtils.pas5
1 files changed, 5 insertions, 0 deletions
diff --git a/us_maker_edition/src/base/UPathUtils.pas b/us_maker_edition/src/base/UPathUtils.pas
index c2bcdd4b..2bfcde42 100644
--- a/us_maker_edition/src/base/UPathUtils.pas
+++ b/us_maker_edition/src/base/UPathUtils.pas
@@ -185,8 +185,13 @@ begin
// Add song paths
AddSongPath(Params.SongPath);
+{$IF Defined(DARWIN)}
+ AddSongPath(Platform.GetMusicPath);
+ AddSongPath(UserPath.Append('songs'));
+{$ELSE}
AddSongPath(SharedPath.Append('songs'));
AddSongPath(UserPath.Append('songs'));
+{$IFEND}
// Add category cover paths
AddCoverPath(SharedPath.Append('covers'));