Added YunoHost Multimedia location to empty album name fixer
This commit is contained in:
parent
0609dddd07
commit
8095e77c7c
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue