forked from Wobbl/Wobuzz
Fixed some bugs that happened when tracks got rearranged.
This commit is contained in:
parent
b2bd8ef784
commit
519b2d0adb
10 changed files with 72 additions and 17 deletions
|
@ -38,8 +38,6 @@ def main():
|
|||
app.library.temporary_playlist.load_from_paths(tracks)
|
||||
app.library.temporary_playlist.view.load_tracks()
|
||||
|
||||
app.player.current_playlist = app.library.temporary_playlist
|
||||
|
||||
sys.exit(app.qt_app.exec())
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue