mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 08:16:05 -07:00
Improved the message for #2037
This commit is contained in:
parent
f1e164d29a
commit
b6f3bcc69f
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ namespace Ombi.Core.Engine
|
|||
{
|
||||
Result = false,
|
||||
Message = "There was an issue adding this movie!",
|
||||
ErrorMessage = $"TheMovieDb didn't have any information for ID {model.TheMovieDbId}"
|
||||
ErrorMessage = $"Please try again later"
|
||||
};
|
||||
}
|
||||
var fullMovieName =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue