From 4cc698a83386e98b90fc16f7e8b51b92a892dec7 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 16 Aug 2016 18:48:18 +0100 Subject: [PATCH] Changed the no TVMazeid message --- PlexRequests.UI/Modules/SearchModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlexRequests.UI/Modules/SearchModule.cs b/PlexRequests.UI/Modules/SearchModule.cs index cd7d56a33..39ec35cf3 100644 --- a/PlexRequests.UI/Modules/SearchModule.cs +++ b/PlexRequests.UI/Modules/SearchModule.cs @@ -563,7 +563,7 @@ namespace PlexRequests.UI.Modules 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