mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-16 11:50:55 +00:00
[FilterMore] fix default sorting direction
This commit is contained in:
parent
f509ff0f28
commit
ada8295850
@ -74,7 +74,7 @@ class FilterMoreBridge extends FeedExpander
|
|||||||
'Title' => 'title',
|
'Title' => 'title',
|
||||||
'Random' => 'random',
|
'Random' => 'random',
|
||||||
],
|
],
|
||||||
'defaultValue' => 'date',
|
'defaultValue' => 'timestamp',
|
||||||
],
|
],
|
||||||
'sort_dir' => [
|
'sort_dir' => [
|
||||||
'name' => 'Sort direction',
|
'name' => 'Sort direction',
|
||||||
|
Loading…
Reference in New Issue
Block a user