Skip to content

Commit

Permalink
Remove strict from dmm url search (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Oct 7, 2020
1 parent c805095 commit fc0c11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Javinizer/Public/Get-JVData.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ function Get-JVData {

if ($Dmm -or $DmmJa) {
if (!($DmmUrl -or $DmmJaUrl)) {
$jvDmmUrl = Get-DmmUrl -Id $Id -Strict:$Strict
$jvDmmUrl = Get-DmmUrl -Id $Id
}
if ($Dmm) {
Write-JVLog -Write:$script:JVLogWrite -LogPath $script:JVLogPath -WriteLevel $script:JVLogWriteLevel -Level Debug -Message "[$Id] [$($MyInvocation.MyCommand.Name)] [Search - Dmm] [Url - $DmmUrl]"
Expand Down

0 comments on commit fc0c11d

Please sign in to comment.