mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-15 03:10: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',
|
||||
'Random' => 'random',
|
||||
],
|
||||
'defaultValue' => 'date',
|
||||
'defaultValue' => 'timestamp',
|
||||
],
|
||||
'sort_dir' => [
|
||||
'name' => 'Sort direction',
|
||||
|
Loading…
Reference in New Issue
Block a user