fixed issue in #27 with albums

This commit is contained in:
tidusjar 2016-04-25 17:03:30 +01:00
parent 230fa5ba3b
commit 4960063cca

View file

@ -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))
{ {