mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Add Rotten Tomatoes rating
This commit is contained in:
parent
78fd83746e
commit
f6fc142c47
4 changed files with 20 additions and 7 deletions
|
@ -1968,6 +1968,13 @@
|
|||
<td><strong>{rating}</strong></td>
|
||||
<td>The rating (out of 10) for the item.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{audience_rating}</strong></td>
|
||||
<td>
|
||||
The audience rating (%) for the item.
|
||||
<p class="small-muted">(Ratings source must be Rotten Tomatoes for the Plex Movie agent)</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{duration}</strong></td>
|
||||
<td>The duration (in minutes) for the item.</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue