mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 06:00:50 -07:00
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:
parent
14d1d279bb
commit
8256ceec2d
3 changed files with 5 additions and 3 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue