This commit is contained in:
2026-04-14 17:14:32 +02:00
parent d9a321d570
commit 55642ecb1b

View File

@@ -175,6 +175,10 @@ def copy_playlist(
db.commit()
return {"detail": "Kopieret", "id": new_p.id}
@router.get("/playlists/{project_id}")
def get_shared_playlist(
project_id: str,
db: Session = Depends(get_db),
me: User = Depends(get_current_user),