fix queue update

This commit is contained in:
geoffrey45
2022-02-06 23:43:00 +03:00
parent 60ba512e64
commit dd81099b36
3 changed files with 2 additions and 3 deletions
-2
View File
@@ -273,8 +273,6 @@ def get_tags(full_path: str) -> dict:
"folder": os.path.dirname(full_path).replace(helpers.home_dir, ""),
}
print(tags['filepath'])
return tags
+1
View File
@@ -40,6 +40,7 @@ def check_for_new_songs():
functions.populate()
functions.populate_images()
time.sleep(300)
def run_fast_scandir(_dir:str, ext: list):