parent
baf0c180bd
commit
c69aefef92
@ -382,6 +382,9 @@ class PlaylistTab(QTableWidget):
|
||||
for row in sorted(rows, reverse=True):
|
||||
self.removeRow(row)
|
||||
|
||||
with Session() as session:
|
||||
self._save_playlist(session)
|
||||
|
||||
self._repaint()
|
||||
|
||||
def play_started(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user