feat: show video overlay with episode info in fullscreen
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user