fix(notifications): correctly send tv auto approval notifications

fixes #1041
pull/1011/head
sct 3 years ago
parent e9f2fe910d
commit 537850f414

@ -283,9 +283,7 @@ requestRoutes.post(
const request = new MediaRequest({
type: MediaType.TV,
media: {
id: media.id,
} as Media,
media,
requestedBy: requestUser,
// If the user is an admin or has the "auto approve" permission, automatically approve the request
status:

Loading…
Cancel
Save