mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 08:53:37 +00:00
Fixed missing ui notification for snatched episodes.
This commit is contained in:
parent
43219e34e3
commit
5c43787560
1 changed files with 2 additions and 2 deletions
|
@ -155,7 +155,7 @@ def snatchEpisode(result, endStatus=SNATCHED):
|
||||||
|
|
||||||
if sickbeard.USE_FAILED_DOWNLOADS:
|
if sickbeard.USE_FAILED_DOWNLOADS:
|
||||||
failed_history.logSnatch(result)
|
failed_history.logSnatch(result)
|
||||||
else:
|
|
||||||
ui.notifications.message('Episode snatched', result.name)
|
ui.notifications.message('Episode snatched', result.name)
|
||||||
|
|
||||||
history.logSnatch(result)
|
history.logSnatch(result)
|
||||||
|
|
Loading…
Reference in a new issue