mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 08:16:05 -07:00
fixed issue in #27 with albums
This commit is contained in:
parent
230fa5ba3b
commit
4960063cca
1 changed files with 1 additions and 1 deletions
|
@ -780,7 +780,7 @@ namespace PlexRequests.UI.Modules
|
||||||
|
|
||||||
if (notify)
|
if (notify)
|
||||||
{
|
{
|
||||||
existingRequest.AddUserToNotification(Username);
|
model.AddUserToNotification(Username);
|
||||||
}
|
}
|
||||||
if (ShouldAutoApprove(RequestType.Album, settings))
|
if (ShouldAutoApprove(RequestType.Album, settings))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue