feat: thumbnails added

This commit is contained in:
kodi
2026-03-12 12:27:47 +01:00
parent 76f5ed3e98
commit 3b376fa8ff
30 changed files with 955 additions and 3 deletions
+8
View File
@@ -94,6 +94,14 @@ class FileInfoResponse(BaseModel):
group: str | None = None
class SettingsResponse(BaseModel):
show_thumbnails: bool
class SettingsUpdateRequest(BaseModel):
show_thumbnails: bool
class TaskListItem(BaseModel):
id: str
operation: str