mirror of
https://github.com/iv-org/invidious.git
synced 2025-12-16 04:58:29 +00:00
Add RSS alternate to channel and subscription pages
This commit is contained in:
@@ -1880,6 +1880,7 @@ get "/feed/subscriptions" do |env|
|
||||
user = user.as(User)
|
||||
sid = sid.as(String)
|
||||
preferences = user.preferences
|
||||
token = user.token
|
||||
|
||||
if preferences.unseen_only
|
||||
env.set "show_watched", true
|
||||
|
||||
Reference in New Issue
Block a user