mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Add notification options for pmsupdate
This commit is contained in:
parent
984e5588c8
commit
32693b6378
2 changed files with 45 additions and 5 deletions
|
@ -1984,8 +1984,40 @@
|
|||
<td>The available update download URL.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{update_changelog}</strong></td>
|
||||
<td>The changelog for the available update.</td>
|
||||
<td><strong>{update_release_date}</strong></td>
|
||||
<td>The release date of the update version.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{update_channel}</strong></td>
|
||||
<td>The update channel. <span class="small-muted">(Public or Plex Pass)</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{update_platform}</strong></td>
|
||||
<td>The platform of your Plex Server.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{update_distro}</strong></td>
|
||||
<td>The distro of your Plex Server.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{update_distro_build}</strong></td>
|
||||
<td>The distro build of your Plex Server.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{update_requirements}</strong></td>
|
||||
<td>The requirements for the available update.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{update_extra_info}</strong></td>
|
||||
<td>Any extra info for the available update.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{update_changelog_added}</strong></td>
|
||||
<td>The added changelog for the available update.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{update_changelog_fixed}</strong></td>
|
||||
<td>The fixed changelog for the available update.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue