Rendering code refactor

This commit is contained in:
marc
2025-04-26 19:09:59 +02:00
parent 7a823a98ab
commit d132e6fd60
33 changed files with 638 additions and 188 deletions

View File

@@ -49,6 +49,7 @@ def get_playlist_entries(
id, session_id, set_id, tema_id
FROM playlists
WHERE {filter_clause}
ORDER BY id ASC
"""
with get_connection(con) as con:
cur = con.cursor()