Finished the notes! Resolved #7

This commit is contained in:
Jamie Rees 2016-03-15 19:14:27 +00:00
parent 98c0a4f879
commit a2f44cf8d2
10 changed files with 40 additions and 28 deletions

View file

@ -118,7 +118,7 @@ namespace PlexRequests.UI.Modules
var settings = AuthSettings.GetSettings();
if (settings?.PlexAuthToken == null)
{
return Response.AsJson(new JsonResponseModel { Result = false, Message = "Plex is not setup yet, we need " });
return Response.AsJson(new JsonResponseModel { Result = false, Message = "Plex is not setup yet, you need to update your Authentication settings" });
}
try
{