mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2026-02-06 14:07:28 +00:00
Request Reddit comm when yt disabled during nojs=1
This commit is contained in:
@@ -80,7 +80,8 @@ module Invidious::Routes::Watch
|
||||
|
||||
if nojs
|
||||
if preferences
|
||||
source = preferences.comments[0]
|
||||
source = video.comments? ? preferences.comments[0] : "reddit"
|
||||
|
||||
if source.empty?
|
||||
source = preferences.comments[1]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user