We now do not show the text Requested By to the user, we also show a 'success' message instead of a warning when something has already been requested

This commit is contained in:
tidusjar 2016-03-31 08:55:21 +01:00
parent 14d1d279bb
commit 8256ceec2d
3 changed files with 5 additions and 3 deletions

View file

@ -109,7 +109,7 @@ namespace PlexRequests.UI.Modules
Admin = isAdmin,
Issues = movie.Issues.Humanize(LetterCasing.Title),
OtherMessage = movie.OtherMessage,
AdminNotes = movie.AdminNote
AdminNotes = movie.AdminNote,
};
}).ToList();