mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 16:22:57 -07:00
Update message to show release instead of commits for master and beta
This commit is contained in:
parent
d473bb3058
commit
cbcdac5b04
5 changed files with 45 additions and 14 deletions
|
@ -196,6 +196,8 @@ def checkGithub(auto_update=False):
|
|||
else:
|
||||
release = releases[0]
|
||||
|
||||
plexpy.LATEST_RELEASE = release['tag_name']
|
||||
|
||||
plexpy.NOTIFY_QUEUE.put({'notify_action': 'on_plexpyupdate', 'plexpy_download_info': release,
|
||||
'plexpy_update_commit': plexpy.LATEST_VERSION, 'plexpy_update_behind': plexpy.COMMITS_BEHIND})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue