diff --git a/sickbeard/notifiers/emailnotify.py b/sickbeard/notifiers/emailnotify.py index d339a500..f28dc357 100644 --- a/sickbeard/notifiers/emailnotify.py +++ b/sickbeard/notifiers/emailnotify.py @@ -2,7 +2,7 @@ # Derek Battams # Pedro Jose Pereira Vieito (@pvieito) # -# URL: https://github.com/echel0n/SickBeard-TVRage +# URL: https://github.com/echel0n/SickRage # # This file is part of Sick Beard. # diff --git a/sickbeard/versionChecker.py b/sickbeard/versionChecker.py index ba0511ea..030e82ca 100644 --- a/sickbeard/versionChecker.py +++ b/sickbeard/versionChecker.py @@ -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) diff --git a/sickbeard/webserve.py b/sickbeard/webserve.py index 74d83a39..e5f2edd7 100644 --- a/sickbeard/webserve.py +++ b/sickbeard/webserve.py @@ -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 = '

To have a better experience please set the Download Station alias as download, you can check this setting in the Synology DSM Control Panel > Application Portal. Make sure you allow DSM to be embedded with iFrames too in Control Panel > DSM Settings > Security.


There is more information about this available here.


' + t.info_download_station = '

To have a better experience please set the Download Station alias as download, you can check this setting in the Synology DSM Control Panel > Application Portal. Make sure you allow DSM to be embedded with iFrames too in Control Panel > DSM Settings > Security.


There is more information about this available here.


' return _munge(t)