mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 10:36:57 -07:00
Fixed numbers swapped
This commit is contained in:
parent
81a8d93336
commit
ff6d43c398
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ DOCUMENTATION :: END
|
|||
<a href="info?item_id=${a['rows'][0]['rating_key']}">
|
||||
% if a['rows'][0]['thumb']:
|
||||
<div class="home-platforms-instance-poster">
|
||||
<div class="poster-face" style="background-image: url(pms_image_proxy?img=${a['rows'][0]['thumb']}&width=120&height=80&fallback=poster);"></div>
|
||||
<div class="poster-face" style="background-image: url(pms_image_proxy?img=${a['rows'][0]['thumb']}&width=80&height=120&fallback=poster);"></div>
|
||||
</div>
|
||||
% else:
|
||||
<div class="home-platforms-instance-poster">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue