Skip to content

Commit

Permalink
fixed issue in #27 with albums
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Apr 25, 2016
1 parent 230fa5b commit 4960063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlexRequests.UI/Modules/SearchModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ private Response RequestAlbum(string releaseId, bool notify)

if (notify)
{
existingRequest.AddUserToNotification(Username);
model.AddUserToNotification(Username);
}
if (ShouldAutoApprove(RequestType.Album, settings))
{
Expand Down

0 comments on commit 4960063

Please sign in to comment.