parent
ff81447902
commit
b4fcd5f2c9
@ -1075,7 +1075,7 @@ class Window(QMainWindow, Ui_MainWindow):
|
|||||||
Paste earlier cut rows.
|
Paste earlier cut rows.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
if self.move_source_rows is None or self.move_source_model is None:
|
if not self.move_source_rows or not self.move_source_model:
|
||||||
return
|
return
|
||||||
|
|
||||||
to_playlist_model: PlaylistModel = self.active_tab().source_model
|
to_playlist_model: PlaylistModel = self.active_tab().source_model
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user