frontend: added filter to filter manga

This commit is contained in:
wea_ondara
2023-12-02 20:49:49 +01:00
parent 0307325118
commit edae09f353
7 changed files with 91 additions and 24 deletions

View File

@@ -3,7 +3,7 @@ export type AniListMedia = {
title: {
userPreferred: string,
romaji: string,
english: string,
english?: string,
native: string,
}
coverImage: {