Skip to content

Commit

Permalink
refactor(collections): Fix broken 'remove from all collections' for m…
Browse files Browse the repository at this point in the history
…ovies
  • Loading branch information
jorenn92 committed Dec 11, 2023
1 parent b871036 commit 732d66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/AddModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const AddModal = (props: IAddModal) => {
setForceRemovalCheck(false)
PostApiHandler(`/collections/media/add`, {
mediaId: props.plexId,
context: { id: -1, type: EPlexDataType.SHOWS },
context: { id: -1, type: props.type },
collectionId: undefined,
action: 1,
})
Expand Down

0 comments on commit 732d66a

Please sign in to comment.