mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 06:00:50 -07:00
Changed the no TVMazeid message
This commit is contained in:
parent
067212e7e1
commit
4cc698a833
1 changed files with 1 additions and 1 deletions
|
@ -563,7 +563,7 @@ namespace PlexRequests.UI.Modules
|
||||||
|
|
||||||
if (showInfo.externals?.thetvdb == null)
|
if (showInfo.externals?.thetvdb == null)
|
||||||
{
|
{
|
||||||
return Response.AsJson(new JsonResponseModel { Result = false, Message = "Our TV Provider (TVMaze) doesn't have a TheTVDBId for this item. Please report this to TVMaze. We cannot add the series sorry." });
|
return Response.AsJson(new JsonResponseModel { Result = false, Message = "Our TV Provider (TVMaze) doesn't have a TheTVDBId for this TV Show :( We cannot add the TV Show automatically sorry! Please report this problem to the server admin so he can sort it out!" });
|
||||||
}
|
}
|
||||||
|
|
||||||
var model = new RequestedModel
|
var model = new RequestedModel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue