fix: resolve duplicate youtube_link argument in read_song
Some checks failed
Deploy Fediversion / deploy (push) Failing after 1s
Some checks failed
Deploy Fediversion / deploy (push) Failing after 1s
This commit is contained in:
parent
dfeeb2ae81
commit
1d8eb36034
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ def read_song(slug: str, session: Session = Depends(get_session)):
|
||||||
break
|
break
|
||||||
|
|
||||||
perf_dtos.append(PerformanceReadWithShow(
|
perf_dtos.append(PerformanceReadWithShow(
|
||||||
**p.model_dump(),
|
**p.model_dump(exclude={"youtube_link"}),
|
||||||
youtube_link=youtube_link,
|
youtube_link=youtube_link,
|
||||||
show_date=show_date,
|
show_date=show_date,
|
||||||
show_slug=show_slug,
|
show_slug=show_slug,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue