mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 00:06:07 -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
|
@ -907,6 +907,7 @@ def build_server_notify_params(notify_action=None, **kwargs):
|
|||
'update_changelog_fixed': pms_download_info['changelog_fixed'],
|
||||
# Tautulli update parameters
|
||||
'tautulli_update_version': plexpy_download_info['tag_name'],
|
||||
'tautulli_update_release_url': plexpy_download_info['html_url'],
|
||||
'tautulli_update_tar': plexpy_download_info['tarball_url'],
|
||||
'tautulli_update_zip': plexpy_download_info['zipball_url'],
|
||||
'tautulli_update_commit': kwargs.pop('plexpy_update_commit', ''),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue