Private GIT

Skip to content
Snippets Groups Projects
Commit 12a18c30 authored by Sarakha63's avatar Sarakha63
Browse files

added message on update

parent ea66a6b1
Branches
Tags
No related merge requests found
...@@ -346,9 +346,8 @@ class GitUpdateManager(UpdateManager): ...@@ -346,9 +346,8 @@ class GitUpdateManager(UpdateManager):
new_str = 'There is a <a href="'+url+'" onclick="window.open(this.href); return false;">newer version available</a> ('+message+')' new_str = 'There is a <a href="'+url+'" onclick="window.open(this.href); return false;">newer version available</a> ('+message+')'
new_str += "&mdash; <a href=\""+self.get_update_url()+"\">Update Now</a>" new_str += "&mdash; <a href=\""+self.get_update_url()+"\">Update Now</a>"
new_str += ' Click <a href="'+self.gc_url+'" onclick="window.open(this.href); return false;">Here</a> to see new upgrades'
sickbeard.NEWEST_VERSION_STRING = new_str sickbeard.NEWEST_VERSION_STRING = new_str
def need_update(self): def need_update(self):
self._find_installed_version() self._find_installed_version()
try: try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment