solved the problem with youtube download

This commit is contained in:
2025-12-30 10:58:31 +01:00
parent aa4b10c991
commit e3a35858b8
4 changed files with 4 additions and 265 deletions

2
app.py
View File

@@ -363,4 +363,6 @@ if __name__ == '__main__':
print(f"Music directory: {DOWNLOAD_FOLDER}")
# Run on all interfaces, configurable port
# app.run(host=host, port=port, debug=debug)
app.run(host="0.0.0.0", port=port, debug=debug)