fix(it/animesaturn): Added missing years to filter (#2686)

This commit is contained in:
giorgionegro 2024-01-02 13:28:50 +01:00 committed by GitHub
parent 643a60cc3e
commit 328b0daff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Anime Saturn'
pkgNameSuffix = 'it.animesaturn'
extClass = '.AnimeSaturn'
extVersionCode = 7
extVersionCode = 8
libVersion = '13'
}

View File

@ -348,6 +348,8 @@ class AnimeSaturn : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
Year("2020"),
Year("2021"),
Year("2022"),
Year("2023"),
Year("2024"),
)
internal class State(val id: String, name: String) : AnimeFilter.CheckBox(name)