mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Enable sorting by updated date in LocalList
This commit is contained in:
parent
3cb2196e62
commit
8ed7418fe4
1 changed files with 3 additions and 3 deletions
|
@ -80,7 +80,7 @@ class LocalList : SyncAPI {
|
||||||
R.string.favorites_list_name to emptyList()
|
R.string.favorites_list_name to emptyList()
|
||||||
) + if (!isTv) {
|
) + if (!isTv) {
|
||||||
mapOf(
|
mapOf(
|
||||||
R.string.subscription_list_name to emptyList(),
|
R.string.subscription_list_name to emptyList()
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
emptyMap()
|
emptyMap()
|
||||||
|
@ -115,8 +115,8 @@ class LocalList : SyncAPI {
|
||||||
setOf(
|
setOf(
|
||||||
ListSorting.AlphabeticalA,
|
ListSorting.AlphabeticalA,
|
||||||
ListSorting.AlphabeticalZ,
|
ListSorting.AlphabeticalZ,
|
||||||
// ListSorting.UpdatedNew,
|
ListSorting.UpdatedNew,
|
||||||
// ListSorting.UpdatedOld,
|
ListSorting.UpdatedOld,
|
||||||
// ListSorting.RatingHigh,
|
// ListSorting.RatingHigh,
|
||||||
// ListSorting.RatingLow,
|
// ListSorting.RatingLow,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue