Update ZoroThemeFilters.kt
This commit is contained in:
parent
e240e8fdac
commit
391b706bcf
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue