feat: show video overlay with episode info in fullscreen

This commit is contained in:
2026-04-26 23:10:23 +02:00
parent a6c4b0c388
commit 19481caeec
6 changed files with 65 additions and 27 deletions

View File

@@ -168,6 +168,10 @@ type EpisodesResponse struct {
Pagination Pagination `json:"pagination"`
}
type EpisodeResponse struct {
Data Episode `json:"data"`
}
type JikanRelationEntry struct {
MalID int `json:"mal_id"`
Type string `json:"type"`