0
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-06-29 18:21:07 +00:00

[RedditBridge] Add sort by comment count

This commit is contained in:
Chibici Tiberiu 2025-03-09 11:33:56 +02:00
parent 6932650aca
commit 0f4ec8c096

View File

@ -38,7 +38,8 @@ class RedditBridge extends BridgeAbstract
'Hot' => 'hot',
'Relevance' => 'relevance',
'New' => 'new',
'Top' => 'top'
'Top' => 'top',
'Comments' => 'comments'
],
'defaultValue' => 'Hot'
],