mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Changing repo name to SickRage
Updated incorrectly changed reference to Synology DS issue back to original
This commit is contained in:
parent
e8556b4c05
commit
556139ea69
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# Derek Battams <derek@battams.ca>
|
||||
# Pedro Jose Pereira Vieito (@pvieito) <pvieito@gmail.com>
|
||||
#
|
||||
# URL: https://github.com/echel0n/SickBeard-TVRage
|
||||
# URL: https://github.com/echel0n/SickRage
|
||||
#
|
||||
# This file is part of Sick Beard.
|
||||
#
|
||||
|
|
|
@ -131,7 +131,7 @@ class UpdateManager():
|
|||
return 'echel0n'
|
||||
|
||||
def get_github_repo(self):
|
||||
return 'SickBeard-TVRage'
|
||||
return 'SickRage'
|
||||
|
||||
def get_update_url(self):
|
||||
return sickbeard.WEB_ROOT + "/home/update/?pid=" + str(sickbeard.PID)
|
||||
|
|
|
@ -780,7 +780,7 @@ class Manage:
|
|||
if helpers.check_url(t.webui_url + 'download/'):
|
||||
t.webui_url = t.webui_url + 'download/'
|
||||
else:
|
||||
t.info_download_station = '<p>To have a better experience please set the Download Station alias as <code>download</code>, you can check this setting in the Synology DSM <b>Control Panel</b> > <b>Application Portal</b>. Make sure you allow DSM to be embedded with iFrames too in <b>Control Panel</b> > <b>DSM Settings</b> > <b>Security</b>.</p><br/><p>There is more information about this available <a href="https://github.com/echel0n/SickBeard-TVRage/pull/338">here</a>.</p><br/>'
|
||||
t.info_download_station = '<p>To have a better experience please set the Download Station alias as <code>download</code>, you can check this setting in the Synology DSM <b>Control Panel</b> > <b>Application Portal</b>. Make sure you allow DSM to be embedded with iFrames too in <b>Control Panel</b> > <b>DSM Settings</b> > <b>Security</b>.</p><br/><p>There is more information about this available <a href="https://github.com/midgetspy/Sick-Beard/pull/338">here</a>.</p><br/>'
|
||||
|
||||
return _munge(t)
|
||||
|
||||
|
|
Loading…
Reference in a new issue