pkkid / python-plexapi

Python bindings for the Plex API.
BSD 3-Clause "New" or "Revised" License
1.15k stars 199 forks source link

Fix editing single objects when `batchMultiEdit()` is enabled #1479

Closed JonnyWong16 closed 1 week ago

JonnyWong16 commented 2 weeks ago

Description

Editing a single object while batchMultiEdits() was enabled caused the edit to be added to the batch. This change fixes it so editing a single object does not affect batch editing. See #1475 for discussion.

Fixes #1475

Type of change

Please delete options that are not relevant.

Checklist: