mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-14 23:59:30 +01:00
Add snatched email indicator prefix
Prefix subject with "Snatched: " to make it more apparent that it is not the final download email notification.
This commit is contained in:
@@ -951,7 +951,7 @@ def send_to_downloader(data, bestqual, album):
|
||||
logger.info(u"Sending Email notification")
|
||||
email = notifiers.Email()
|
||||
message = 'Snatched from ' + provider + '. ' + name
|
||||
email.notify(title, message)
|
||||
email.notify("Snatched: " + title, message)
|
||||
|
||||
def verifyresult(title, artistterm, term, lossless):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user