mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 02:22:31 +01:00
Fixed: Twitter download complete message grammar.
This commit is contained in:
parent
aec59de6b6
commit
ffaae13680
@ -33,7 +33,7 @@ public override void OnDownload(string message, Series series)
|
||||
if (_configProvider.TwitterNotifyOnDownload)
|
||||
{
|
||||
_logger.Trace("Sending Notification to Twitter (On Grab)");
|
||||
_twitterProvider.SendTweet("Downloaded Complete: " + message);
|
||||
_twitterProvider.SendTweet("Download Completed: " + message);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user