allow updating folder and fetch content settings for subscriptions

This commit is contained in:
Hongbo Wu
2023-12-14 17:27:38 +08:00
parent a257147fc5
commit 32f99d7b07

View File

@ -334,6 +334,8 @@ export const updateSubscriptionResolver = authorized<
: undefined,
autoAddToLibrary: input.autoAddToLibrary ?? undefined,
isPrivate: input.isPrivate ?? undefined,
fetchContent: input.fetchContent ?? undefined,
folder: input.folder ?? undefined,
})
return repo.findOneByOrFail({