Fixed missing ui notification for snatched episodes.

This commit is contained in:
echel0n 2014-05-22 23:58:29 -07:00
parent 43219e34e3
commit 5c43787560
1 changed files with 2 additions and 2 deletions

View File

@ -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)