Changes
🛠️ Bug Fix Release - Delete sync safety check respects tracked-only setting
Overview
Bug fix release addressing safety check false positives when tracked-only deletion is enabled. The safety check now accurately counts only items that would actually be deleted.
Key Updates
Critical Bug Fix
- Safety check accuracy:
performSafetyCheck()
now respectsdeleteSyncTrackedOnly
setting when counting potential deletions - Prevents false aborts: Safety mechanism no longer triggers incorrectly when most content is untracked
Technical Changes
Delete Sync Service
- Added tracked content validation to safety check for both movies and shows
- Safety check now matches actual deletion behavior by filtering non-tracked items
Migration & Compatibility
No user action required - fixes are applied automatically.
Full Changelog: v0.6.1...v0.6.2
Docker Image: lakker/pulsarr:0.6.2
Docker
docker pull lakker/pulsarr:0.6.2