mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Add thumbnails to notification options
This commit is contained in:
parent
014cac7789
commit
beb8df9dda
3 changed files with 32 additions and 13 deletions
|
@ -2171,6 +2171,22 @@
|
|||
<td><strong>{grandparent_rating_key}</strong></td>
|
||||
<td>The unique identifier for the TV show or artist.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{thumb}</strong></td>
|
||||
<td>The Plex thumbnail for the movie or episode.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{parent_thumb}</strong></td>
|
||||
<td>The Plex thumbnail for the season or album.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{grandparent_thumb}</strong></td>
|
||||
<td>The Plex thumbnail for the TV show or artist.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{poster_thumb}</strong></td>
|
||||
<td>The Plex thumbnail for the poster image.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="notification-params">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue