mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 00:34:37 +02:00
Fixed: Twitter download complete message grammar.
This commit is contained in:
@@ -33,7 +33,7 @@ namespace NzbDrone.Core.Providers.ExternalNotification
|
||||
if (_configProvider.TwitterNotifyOnDownload)
|
||||
{
|
||||
_logger.Trace("Sending Notification to Twitter (On Grab)");
|
||||
_twitterProvider.SendTweet("Downloaded Complete: " + message);
|
||||
_twitterProvider.SendTweet("Download Completed: " + message);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user