mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Merge branch 'origin/dev'
This commit is contained in:
commit
5ad638771e
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue