Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
SiCKRAGE
sickrage
Commits
f5568d37
Commit
f5568d37
authored
Jan 11, 2021
by
echel0n
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed issues with RSS cache updates and search provider binsearch
parent
1f21d7e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sickrage/search_providers/nzb/binsearch.py
sickrage/search_providers/nzb/binsearch.py
+2
-2
No files found.
sickrage/search_providers/nzb/binsearch.py
View file @
f5568d37
...
...
@@ -80,9 +80,9 @@ class BinSearchCache(TVCache):
return
title
,
url
def
update
(
self
):
def
update
(
self
,
force
=
False
):
# check if we should update
if
self
.
should_update
():
if
self
.
should_update
()
or
force
:
# clear cache
self
.
clear
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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