[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'
],