mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 08:16:06 -07:00
Add some date options for notifications
This commit is contained in:
parent
0f92dc0fdf
commit
b4e06dea99
2 changed files with 25 additions and 0 deletions
|
@ -1825,6 +1825,26 @@
|
|||
<td><strong>{year}</strong></td>
|
||||
<td>The release year for the item.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{release_date}</strong></td>
|
||||
<td>The release date (in date format) for the item.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{air_date}</strong></td>
|
||||
<td>The air date (in date format) for the item.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{added_date}</strong></td>
|
||||
<td>The date (in date format) the item was added to Plex.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{updated_date}</strong></td>
|
||||
<td>The date (in date format) the item was updated on Plex.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{last_viewed_date}</strong></td>
|
||||
<td>The date (in date format) the item was last viewed on Plex.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{studio}</strong></td>
|
||||
<td>The studio for the item.</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue