Save new playlist (commit to db)
This commit is contained in:
parent
049a5508cc
commit
6aa09bf28a
@ -595,6 +595,7 @@ class Window(QMainWindow, Ui_MainWindow):
|
|||||||
playlist = self.create_playlist(session)
|
playlist = self.create_playlist(session)
|
||||||
if playlist:
|
if playlist:
|
||||||
self.create_playlist_tab(playlist)
|
self.create_playlist_tab(playlist)
|
||||||
|
session.commit()
|
||||||
|
|
||||||
def create_playlist_tab(self, playlist: Playlists) -> int:
|
def create_playlist_tab(self, playlist: Playlists) -> int:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user