Added YunoHost Multimedia location to empty album name fixer

This commit is contained in:
Halhadus 2025-04-21 20:09:04 +03:00
parent 0609dddd07
commit 8095e77c7c

View file

@ -9,6 +9,7 @@ def get_music_location():
'/storage/emulated/0/Music',
'/sdcard/Music',
os.path.join(os.environ.get('HOME', ''), 'Music'),
os.path.join(os.environ.get('HOME', ''), 'Multimedia', 'Music'),
os.path.join(os.getcwd(), 'music')
]
for path in possible_paths: