mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Merge pull request #4596 from sephrat/localize-tv-requests
Localize TV requests messages on TV details page
This commit is contained in:
commit
48111827bd
6 changed files with 27 additions and 85 deletions
|
@ -70,7 +70,7 @@ namespace Ombi.Core.Senders
|
|||
}
|
||||
|
||||
|
||||
return new SenderResult { Success = false, Sent = false, Message = "Something went wrong!" };
|
||||
return new SenderResult { Success = false, Sent = false };
|
||||
}
|
||||
|
||||
private async Task<SenderResult> SendToLidarr(AlbumRequest model, LidarrSettings settings)
|
||||
|
|
|
@ -133,8 +133,7 @@ namespace Ombi.Core.Senders
|
|||
|
||||
return new SenderResult
|
||||
{
|
||||
Success = false,
|
||||
Message = "Something went wrong!"
|
||||
Success = false
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue