mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-06 03:18:01 -05:00
Fixed missing ui notification for snatched episodes.
This commit is contained in:
parent
43219e34e3
commit
5c43787560
@ -155,8 +155,8 @@ def snatchEpisode(result, endStatus=SNATCHED):
|
||||
|
||||
if sickbeard.USE_FAILED_DOWNLOADS:
|
||||
failed_history.logSnatch(result)
|
||||
else:
|
||||
ui.notifications.message('Episode snatched', result.name)
|
||||
|
||||
ui.notifications.message('Episode snatched', result.name)
|
||||
|
||||
history.logSnatch(result)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user