This commit is contained in:
Hongbo Wu
2024-02-23 15:32:41 +08:00
parent 510cd18b17
commit 49d1ae5037

View File

@ -52,7 +52,7 @@ export const updateSubscription = async (
failedAt: newData.failedAt || undefined,
autoAddToLibrary: newData.autoAddToLibrary ?? undefined,
isPrivate: newData.isPrivate ?? undefined,
fetchContentType: newData.fetchContentType ?? undefined,
fetchContentType: newData.fetchContentType || undefined,
folder: newData.folder ?? undefined,
})