mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Fix tagline only if type is movie
This commit is contained in:
parent
2d7585d64b
commit
e44a0fed22
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ DOCUMENTATION :: END
|
|||
% endif
|
||||
</div>
|
||||
</div>
|
||||
% if data['tagline']:
|
||||
% if data['type'] == 'movie' and data['tagline']:
|
||||
<div class="summary-content-summary">
|
||||
<p><strong> ${data['tagline']} </strong></p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue