mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-22 00:35:50 +02:00
remove unnecessary check of movie.library
This commit is contained in:
committed by
GitHub
parent
6ed3c91bde
commit
a40077a5b1
@@ -132,7 +132,7 @@ class MovieService:
|
||||
|
||||
log.debug(f"Deleting ID: {movie.id} - Name: {movie.name}")
|
||||
|
||||
if delete_files_on_disk and movie.library:
|
||||
if delete_files_on_disk:
|
||||
# Get the movie's directory path
|
||||
movie_dir = self.get_movie_root_path(movie=movie)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user