From 589a664971e40ab96428eb7c439eb10c3a405bd6 Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Sun, 23 Feb 2025 17:34:23 +0000 Subject: [PATCH] New template from manage templates correctly marked in db --- app/musicmuster.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/musicmuster.py b/app/musicmuster.py index bdf0cdf..173da9c 100755 --- a/app/musicmuster.py +++ b/app/musicmuster.py @@ -1413,6 +1413,7 @@ class Window(QMainWindow): # Create playlist for template and mark is as a template template = self._create_playlist(session, name, template_id) template.is_template = True + session.commit() # Open it for editing self._open_playlist(template, is_template=True)