Fix bug inserting multiple tracks from query

This commit is contained in:
Keith Edmunds 2025-04-12 09:28:22 +01:00
parent 199abc9c0c
commit 0478e25109
2 changed files with 2 additions and 3 deletions

View File

@ -37,8 +37,7 @@ from helpers import (
ms_to_mmss, ms_to_mmss,
show_warning, show_warning,
) )
from log import log from log import log, log_call
from models import db, Playdates
from playlistrow import PlaylistRow from playlistrow import PlaylistRow
import repository import repository