mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Add TVmaze lookup
This commit is contained in:
parent
ce846d65cb
commit
42a7ae36c2
4 changed files with 236 additions and 175 deletions
|
@ -1293,10 +1293,10 @@
|
|||
<td><strong>{${parameter['value']}}</strong></td>
|
||||
<td>
|
||||
${parameter['description']}
|
||||
% if parameter['example']:
|
||||
% if parameter.get('example'):
|
||||
<span class="small-muted">(${parameter['example']})</span>
|
||||
% endif
|
||||
% if parameter['help_text']:
|
||||
% if parameter.get('help_text'):
|
||||
<p class="small-muted">(${parameter['help_text']})</p>
|
||||
% endif
|
||||
</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue