fix problem in download.py when title has not been set

This commit is contained in:
Thomas Peetz
2025-08-19 08:55:45 +02:00
parent ddc5797549
commit a6a03e3f04
13 changed files with 221 additions and 50 deletions
+10
View File
@@ -0,0 +1,10 @@
from datetime import datetime
from src.db.models.media import MediaActor
from pydantic import BaseModel
class MediaActorResponse(BaseModel):
id: str
name: str
url: str