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
b896e969
Commit
b896e969
authored
Oct 19, 2017
by
echel0n
Browse files
Fixed issue
#94
- manual post processing error
parent
3182cdc2
Changes
2
Hide whitespace changes
Inline
Side-by-side
changelog.md
View file @
b896e969
# Changelog
-
*
828a89c - 2017-10-18: Release v9.1.45
-
*
e8128a0 - 2017-10-19: Fixed issue #94 - manual post processing error
-
*
b0b9201 - 2017-10-18: Release v9.1.45
-
*
71563bd - 2017-10-18: Fixed source url for login page logo
-
*
d41ddae - 2017-10-18: Fixed source url for login page logo
-
*
ccdac84 - 2017-10-18: Fixed issue #69 - Torrent snatched but not added to qBittorrent
...
...
sickrage/core/queues/postprocessor.py
View file @
b896e969
...
...
@@ -54,7 +54,7 @@ class srPostProcessorQueue(srQueue):
:return: instance of PostProcessorItem or None
"""
for
__
,
__
,
cur_item
in
self
.
queue
+
[(
None
,
None
,
self
.
currentItem
)]:
if
isinstance
(
cur_item
,
PostProcessorItem
)
and
cur_item
.
dirName
==
dirName
and
cur_item
.
mod
e
==
proc_type
:
if
isinstance
(
cur_item
,
PostProcessorItem
)
and
cur_item
.
dirName
==
dirName
and
cur_item
.
proc_typ
e
==
proc_type
:
return
cur_item
return
None
...
...
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