forked from Wobbl/Wobuzz
OOPed the way playlist views are created.
This commit is contained in:
parent
88b846f3b6
commit
028c38b1b6
7 changed files with 61 additions and 67 deletions
|
@ -24,7 +24,7 @@ def main():
|
|||
app.library.temporary_playlist.load_from_paths(arguments.track)
|
||||
|
||||
app.player.current_playlist = app.library.temporary_playlist
|
||||
app.library.create_playlist_views()
|
||||
app.library.load_playlist_views()
|
||||
|
||||
sys.exit(app.qt_app.exec())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue