This commit is contained in:
2024-03-29 21:30:48 +01:00
parent f1653d23ad
commit 3b1eae41f7
+1 -1
View File
@@ -68,7 +68,7 @@ def update_music_list():
if __name__ == "__main__":
rescan()
rescan(app.logger)
thread = threading.Thread(target=thread_rescan, args=["Updater",app.logger])
thread.start()
app.run(debug=True, host="0.0.0.0")