This commit is contained in:
2024-03-29 20:26:09 +01:00
parent c7fb70325e
commit fa35fd9a68
-1
View File
@@ -33,7 +33,6 @@ if platform in ("linux", "linux2"):
music_file_list = []
def rescan():
for mp3_item in Path.glob(Path(MUSIC_FOLDER), "**/*.mp3"):
temp_music_file = mp3_item.as_posix()