chore(en/animetake): Update year filter (#2722)

This commit is contained in:
Salman Ali 2024-01-11 19:16:36 +05:45 committed by GitHub
parent 47159e7907
commit 233205d7bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'AnimeTake'
pkgNameSuffix = 'en.animetake'
extClass = '.AnimeTake'
extVersionCode = 2
extVersionCode = 3
containsNsfw = false
}

View File

@ -130,6 +130,7 @@ object AnimeTakeFilters {
)
val YEAR = arrayOf(
Pair("2024", "2024"),
Pair("2023", "2023"),
Pair("2022", "2022"),
Pair("2021", "2021"),