This commit is contained in:
2025-09-10 20:58:43 +02:00
parent 1659b10112
commit 1fc173a6a5
4 changed files with 16 additions and 13 deletions
+1 -5
View File
@@ -989,8 +989,4 @@ def main():
config = Config(custom_playlist_file=args.playlist)
app = Application(config)
return app.run()
if __name__ == "__main__":
exit(main())
exit(app.run())