mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 04:22:30 +01:00
Added: [Radarr] tag for Twitter Notifications (#1558)
This commit is contained in:
parent
f1873a9684
commit
09c86013b0
@ -21,12 +21,12 @@ public Twitter(ITwitterService twitterService)
|
||||
|
||||
public override void OnGrab(GrabMessage message)
|
||||
{
|
||||
_twitterService.SendNotification($"Grabbed: {message.Message}", Settings);
|
||||
_twitterService.SendNotification($"[Radarr] Grabbed: {message.Message}", Settings);
|
||||
}
|
||||
|
||||
public override void OnDownload(DownloadMessage message)
|
||||
{
|
||||
_twitterService.SendNotification($"Imported: {message.Message}", Settings);
|
||||
_twitterService.SendNotification($"[Radarr] Imported: {message.Message}", Settings);
|
||||
}
|
||||
|
||||
public override void OnMovieRename(Movie movie)
|
||||
|
Loading…
Reference in New Issue
Block a user