Add channel's RSS link to the settings tab.
This commit is contained in:
parent
e4b769336b
commit
ca8a2a2d55
1 changed files with 2 additions and 0 deletions
|
@ -270,6 +270,8 @@ https://stackoverflow.com/a/35153397
|
||||||
<button id="set_queuefile_extension_button" class="button_with_spinner" onclick="return set_queuefile_extension_form();">Set extension</button>
|
<button id="set_queuefile_extension_button" class="button_with_spinner" onclick="return set_queuefile_extension_form();">Set extension</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<a href="https://www.youtube.com/feeds/videos.xml?channel_id={{channel.id}}">Channel RSS</a>
|
||||||
|
|
||||||
<button class="red_button button_with_confirm"
|
<button class="red_button button_with_confirm"
|
||||||
data-prompt="Delete channel and all videos?"
|
data-prompt="Delete channel and all videos?"
|
||||||
data-onclick="return delete_channel_form();"
|
data-onclick="return delete_channel_form();"
|
||||||
|
|
Loading…
Reference in a new issue