mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Fix poster URL on Add Show/Add From Trending page.
This commit is contained in:
parent
38e0de92a4
commit
e3a5c5e6fc
2 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@
|
|||
* Add ARCHIVED status release groups to Downloaded column of History compact
|
||||
* Update root certificates to release dated 2015.04.28
|
||||
* Add ToTV provider
|
||||
* Fix poster URL on Add Show/Add From Trending page
|
||||
* Fix Backlog scheduler initialization and change backlog frequency from minutes to days
|
||||
* Change to consolidate and tidy some provider code
|
||||
* Fix restore table row colours on the Manage/Episode Status Management page
|
||||
|
|
|
@ -133,7 +133,7 @@
|
|||
<div class="trakt_show <%= ('notinlibrary', 'inlibrary')[':' in cur_show['show_id']] %>" data-name="$cur_show['title']" data-rating="$cur_show['ratings']['percentage']" data-votes="$cur_show['ratings']['votes']">
|
||||
<div class="traktContainer">
|
||||
<div class="trakt-image">
|
||||
<a class="trakt-image" href="<%= anon_url(cur_show['url']) %>" target="_blank"><img alt="" class="trakt-image" src="${image}" /></a>
|
||||
<a class="trakt-image" href="<%= anon_url('https://trakt.tv', cur_show['url']) %>" target="_blank"><img alt="" class="trakt-image" src="${image}" /></a>
|
||||
</div>
|
||||
|
||||
<div class="show-title">
|
||||
|
|
Loading…
Reference in a new issue