Private GIT

Skip to content
Snippets Groups Projects
Commit b7d7e2a7 authored by Nic Wolfe's avatar Nic Wolfe
Browse files

Merge pull request #201 from lad1337/ui_notifications

ui.notifications: snatched msg should not only have a title
parents 3dc05a2f c078e5fd
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ def _downloadResult(result): ...@@ -85,7 +85,7 @@ def _downloadResult(result):
return False return False
if newResult: if newResult:
ui.notifications.message('Episode <b>%s</b> snatched from <b>%s</b>' % (result.name, resProvider.name)) ui.notifications.message('Episode snatched','<b>%s</b> snatched from <b>%s</b>' % (result.name, resProvider.name))
return newResult return newResult
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment