Skip to content

Commit

Permalink
[Radarr] Refer to correct property
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaka committed Sep 28, 2024
1 parent b1c13ec commit 19cae72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class RadarrRestService(
}

private fun deleteMovie(movieId: Int) {
if (!applicationProperties.onlyDeleteFiles) {
if (!radarrProperties.onlyDeleteFiles) {
radarrClient.deleteMovie(movieId)
return
}
Expand Down

0 comments on commit 19cae72

Please sign in to comment.