forked from Wobbl/Wobuzz
Added option to load playlists on start to the settings.
This commit is contained in:
parent
5dc91f6605
commit
65564deb82
7 changed files with 20 additions and 6 deletions
|
@ -20,7 +20,6 @@ def main():
|
|||
from .main import Wobuzz
|
||||
|
||||
app = Wobuzz()
|
||||
app.post_init()
|
||||
|
||||
if arguments.playlist:
|
||||
playlist = Playlist(app, "Temporary Playlist", arguments.playlist)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue