mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Add RSS alternate to channel and subscription pages
This commit is contained in:
parent
1d6c763e92
commit
10abcd519f
3 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue