This commit is contained in:
2024-03-29 20:23:59 +01:00
parent 3f44ec1b31
commit c7fb70325e
+1
View File
@@ -68,6 +68,7 @@ def update_music_list():
if __name__ == "__main__":
rescan()
thread = threading.Thread(target=thread_rescan, args=("Updater",app.logger))
thread.start()
app.run(debug=True, host="0.0.0.0")