mirror of
https://github.com/zimplexing/OrionTV.git
synced 2026-02-04 03:36:29 +08:00
Add toast notifications for intro and outro time settings, update player store and media button for new time tracking
This commit is contained in:
@@ -10,7 +10,10 @@ const STORAGE_KEYS = {
|
||||
} as const;
|
||||
|
||||
// --- Type Definitions (aligned with api.ts) ---
|
||||
export type PlayRecord = ApiPlayRecord;
|
||||
export interface PlayRecord extends ApiPlayRecord {
|
||||
introEndTime?: number;
|
||||
outroStartTime?: number;
|
||||
}
|
||||
|
||||
export interface FavoriteItem {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user