Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit 9ecf0783 authored by miigotu's avatar miigotu
Browse files

Remove invalid js file reference and make nzb splitter request failure only a warning


Signed-off-by: default avatarmiigotu <miigotu@gmail.com>
parent 4bcb4867
No related branches found
No related tags found
No related merge requests found
...@@ -5,9 +5,6 @@ ...@@ -5,9 +5,6 @@
%> %>
<%block name="scripts"> <%block name="scripts">
% if whichStatus or (whichStatus and ep_counts):
<script type="text/javascript" src="${static_url('js/manageEpisodeStatuses.js')}"></script>
% endif
</%block> </%block>
<%block name="content"> <%block name="content">
......
...@@ -154,7 +154,7 @@ def split_result(obj): ...@@ -154,7 +154,7 @@ def split_result(obj):
""" """
url_data = helpers.getURL(obj.url, session=helpers.make_session(), returns='content') url_data = helpers.getURL(obj.url, session=helpers.make_session(), returns='content')
if url_data is None: if url_data is None:
logger.log("Unable to load url " + obj.url + ", can't download season NZB", logger.ERROR) logger.log("Unable to load url " + obj.url + ", can't download season NZB", logger.WARNING)
return [] return []
# parse the season ep name # parse the season ep name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment