feat: GetTitles now returns all the field needed

This commit is contained in:
Iron_Felix 2025-11-16 02:38:36 +03:00
parent d1180a426f
commit 13a283ae8d
6 changed files with 119 additions and 51 deletions

View file

@ -46,8 +46,7 @@ type Studio struct {
Description *string `json:"description,omitempty"`
Id *int64 `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
PosterId *int64 `json:"poster_id,omitempty"`
PosterPath *string `json:"poster_path,omitempty"`
Poster *Image `json:"poster,omitempty"`
}
// Tag A localized tag: keys are language codes (ISO 639-1), values are tag names