mirror of
https://gitlab.com/foxixus/neomovies-api.git
synced 2025-10-28 01:48:51 +05:00
feat(search): include originalType (FILM/TV_SERIES) for KP results; ensure KP poster/backdrop proxied
This commit is contained in:
@@ -75,6 +75,7 @@ type UnifiedSearchItem struct {
|
||||
SourceID string `json:"sourceId"`
|
||||
Title string `json:"title"`
|
||||
Type string `json:"type"`
|
||||
OriginalType string `json:"originalType,omitempty"`
|
||||
ReleaseDate string `json:"releaseDate"`
|
||||
PosterURL string `json:"posterUrl"`
|
||||
Rating float64 `json:"rating"`
|
||||
|
||||
Reference in New Issue
Block a user