mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-03 18:26:42 +00:00
Fixed: Twitter download complete message grammar.
This commit is contained in:
parent
aec59de6b6
commit
ffaae13680
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ namespace NzbDrone.Core.Providers.ExternalNotification
|
||||||
if (_configProvider.TwitterNotifyOnDownload)
|
if (_configProvider.TwitterNotifyOnDownload)
|
||||||
{
|
{
|
||||||
_logger.Trace("Sending Notification to Twitter (On Grab)");
|
_logger.Trace("Sending Notification to Twitter (On Grab)");
|
||||||
_twitterProvider.SendTweet("Downloaded Complete: " + message);
|
_twitterProvider.SendTweet("Download Completed: " + message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue