Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SiCKRAGE
sickrage
Commits
83e50333
Commit
83e50333
authored
Oct 13, 2018
by
echel0n
Browse files
Fixed issue with adding shows from Trakt and IMDB not showing
parent
256f26b6
Changes
3
Hide whitespace changes
Inline
Side-by-side
changelog.md
View file @
83e50333
# Changelog
-
*
29704a9 - 2018-10-13: Pre-Release v9.3.83.dev1
-
*
d309756 - 2018-10-13: Fixed issue with adding shows from Trakt and IMDB not showing
-
*
256f26b - 2018-10-13: Pre-Release v9.3.83.dev1
-
*
2aa5b96 - 2018-10-13: Testing fix for
"
unsupported operand type
"
during BTN provider search
-
*
536c3ba - 2018-10-13: Release v9.3.82
-
*
a120b3e - 2018-10-13: Fixed issue with re-scanning existing show episodes that do not contain the show name in the filename
...
...
sickrage/core/webserver/views/home/imdb_shows.mako
View file @
83e50333
...
...
@@ -39,10 +39,7 @@
</div>
<div class="card-body">
<% imdb_tt = {show.imdbid for show in sickrage.app.showlist if show.imdbid} %>
<div class="loading-spinner text-center">
<i class="fas fa-10x fa-spinner fa-spin fa-fw"></i>
</div>
<div class="show-grid mx-auto d-none">
<div class="show-grid mx-auto">
% if not popular_shows:
<div class="trakt_show" style="width:100%; margin-top:20px">
<p class="red-text">
...
...
sickrage/core/webserver/views/home/trakt_shows.mako
View file @
83e50333
...
...
@@ -79,10 +79,7 @@
<p class="red-text">${_('Trakt API did not return any results, please check your config.')}
</div>
% else:
<div class="loading-spinner text-center">
<i class="fas fa-10x fa-spinner fa-spin fa-fw"></i>
</div>
<div class="show-grid mx-auto d-none">
<div class="show-grid mx-auto">
% for cur_show in trakt_shows:
<% indexer_id = cur_show.ids['tvdb'] %>
<% show_url = 'http://www.trakt.tv/shows/%s' % cur_show.ids['slug'] %>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment