update for new table structure

This commit is contained in:
matthias@matsewe.de
2024-05-24 10:24:48 +02:00
parent f6016f5736
commit 0c63295939
3 changed files with 12 additions and 8 deletions

View File

@@ -30,6 +30,7 @@ def create_song(db,
aca_artist,
title,
url,
source,
yt_id,
spfy_id,
thumbnail,
@@ -43,6 +44,7 @@ def create_song(db,
aca_artist=aca_artist,
title=title,
url=url,
source=source,
yt_id=yt_id,
spfy_id=spfy_id,
thumbnail=thumbnail,