AniList entry marked as ignored duplicate. The ignored list is expected to stay small per user, persists until manually modified, and is only trimmed when it exceeds MAX_IGNORED_DUPLICATES.
MAX_IGNORED_DUPLICATES
export interface IgnoredDuplicate { anilistId: number; anilistTitle: string; ignoredAt: number; // timestamp} Copy
export interface IgnoredDuplicate { anilistId: number; anilistTitle: string; ignoredAt: number; // timestamp}
AniList entry marked as ignored duplicate. The ignored list is expected to stay small per user, persists until manually modified, and is only trimmed when it exceeds
MAX_IGNORED_DUPLICATES.Source