This commit is contained in:
2024-03-29 23:10:28 +01:00
parent b2fc71db34
commit c4368244e8
+1
View File
@@ -68,6 +68,7 @@ def update_music_list():
if __name__ == "__main__":
print(app.logger.name)
rescan(app.logger.getChild("BGtask"))
thread = threading.Thread(target=thread_rescan, args=["Updater",app.logger.getChild("BGtask")])
thread.start()