mirror of
https://github.com/zimplexing/OrionTV.git
synced 2026-02-04 03:36:29 +08:00
feat: add favorites screen and integrate it into navigation; enhance detail screen with favorite toggle functionality
This commit is contained in:
@@ -43,7 +43,6 @@ export interface SearchResult {
|
||||
export interface Favorite {
|
||||
cover: string;
|
||||
title: string;
|
||||
poster: string;
|
||||
source_name: string;
|
||||
total_episodes: number;
|
||||
search_title: string;
|
||||
|
||||
Reference in New Issue
Block a user