Merge pull request #384 from WebSpider/dev-namechange

Changing repo name to SickRage
This commit is contained in:
Nils 2014-05-05 14:52:39 +02:00
commit 42218d1d04
3 changed files with 3 additions and 3 deletions

View File

@ -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.
#

View File

@ -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)

View File

@ -787,7 +787,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)