Shadow229 / Server-API-Calls

Automatically Add and Remove movies from Plex
9 stars 2 forks source link

Auto Delete setting in options.py isn't applied #3

Closed zybron closed 1 year ago

zybron commented 1 year ago

Pretty much the title. Setting auto_delete_movies = False doesn't seem to prevent the auto delete from running. I'm guessing something about that option likely needs to be added to main.py

Shadow229 commented 1 year ago

Added the condition in the autoDeleteMovies script. Tested and working now.