Skip to content

Commit

Permalink
Merge pull request #650 from jorenn92/Fix/add-remove-media-fixes-2
Browse files Browse the repository at this point in the history
refactor(collections): Fix broken 'remove from all collections' for m…
  • Loading branch information
jorenn92 authored Dec 11, 2023
2 parents 10a4438 + 732d66a commit 39d35b0
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 39d35b0

Please sign in to comment.