Skip to content

Commit

Permalink
Set DeleteFileLocation = false (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
scampower3 authored Jun 4, 2024
1 parent f3b55be commit 9c7a524
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ private void DeleteVirtualItems<T>(List<T> existingVirtualItems)
{
var deleteOptions = new DeleteOptions
{
DeleteFileLocation = true
DeleteFileLocation = false
};

// Remove the virtual season/episode that matches the newly updated item
Expand Down

0 comments on commit 9c7a524

Please sign in to comment.