Save new playlist (commit to db)

This commit is contained in:
Keith Edmunds 2024-05-02 22:44:11 +01:00
parent 049a5508cc
commit 6aa09bf28a

View File

@ -595,6 +595,7 @@ class Window(QMainWindow, Ui_MainWindow):
playlist = self.create_playlist(session)
if playlist:
self.create_playlist_tab(playlist)
session.commit()
def create_playlist_tab(self, playlist: Playlists) -> int:
"""