Got it working, but it's not better than before...

This commit is contained in:
The Wobbler 2025-02-04 14:43:08 +01:00
parent 6134c21ce4
commit 22ffd211df
7 changed files with 48 additions and 18 deletions

View file

@ -20,6 +20,7 @@ def main():
from .main import Wobuzz
app = Wobuzz()
app.post_init()
if arguments.playlist:
playlist = Playlist(app, "Temporary Playlist")
@ -49,7 +50,7 @@ def main():
app.library.playlists.remove(app.library.temporary_playlist)
app.library.temporary_playlist = playlist
app.post_init()
app.library.load_playlist_views()
sys.exit(app.qt_app.exec())