Update ZoroThemeFilters.kt

This commit is contained in:
Arkai1 2025-04-09 18:35:55 +05:30 committed by GitHub
parent e240e8fdac
commit 391b706bcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -183,7 +183,7 @@ object ZoroThemeFilters {
Pair("Most Watched", "most_watched"),
)
val YEARS = arrayOf(ALL) + (1917..2024).map {
val YEARS = arrayOf(ALL) + (1917..2025).map {
Pair(it.toString(), it.toString())
}.reversed().toTypedArray()