forked from Wobbl/Wobuzz
Got it working, but it's not better than before...
This commit is contained in:
parent
6134c21ce4
commit
22ffd211df
7 changed files with 48 additions and 18 deletions
|
@ -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())
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue