Skip to content

Commit

Permalink
Remove dev code when running multi
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Jul 13, 2020
1 parent 00e843c commit fb87bce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Javinizer/Public/Javinizer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,6 @@ function Javinizer {
if ($Settings.JavLibrary.'set-owned' -eq 'True') {
$global:javlibraryOwnedMovies = $using:javlibraryOwnedMovies
}
Import-Module X:\git\Projects\JAV-Organizer\src\Javinizer\Javinizer.psm1
Javinizer -Path $using:filePath -DestinationPath:($using:DestinationPath) -ScriptRoot $using:ScriptRoot -Strict:($using:Strict) -MoveToFolder:($using:movePreference) -RenameFile:($using:renamePreference) -Force:($using:Force)
} | Out-Null
}
Expand Down

0 comments on commit fb87bce

Please sign in to comment.