mirror of
https://github.com/Radarr/Radarr
synced 2025-01-01 12:54:21 +00:00
Added: [Radarr] tag for Twitter Notifications (#1558)
This commit is contained in:
parent
f1873a9684
commit
09c86013b0
1 changed files with 3 additions and 3 deletions
|
@ -21,18 +21,18 @@ 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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
public override void OnRename(Series series)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue