mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
fix queue update
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user