diff --git a/mylar/notifiers.py b/mylar/notifiers.py index 2342bc33..74f4a1f0 100644 --- a/mylar/notifiers.py +++ b/mylar/notifiers.py @@ -539,9 +539,9 @@ class SLACK: module += '[NOTIFIER]' if all([sent_to is not None, prov is not None]): - attachment_text += ' from %s and %s' % (prov, sent_to) + attachment_text += ' %s from %s and %s' % (snatched_nzb, prov, sent_to) elif sent_to is None: - attachment_text += ' from %s' % prov + attachment_text += ' %s from %s' % (snatched_nzb, prov) else: pass