Skip to content

Commit 24b689f

Browse files
authored
Merge pull request #69 from kevbentz/patch-4
Update PlexPosterMaker.ps1
2 parents fddd730 + dcdb77c commit 24b689f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PlexPosterMaker.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ function GetTMDBShowPoster {
387387
}
388388
}
389389
Else {
390-
Write-Log -Subtext "TMD API response is null" -Path $global:ScriptRoot\Logs\Scriptlog.log -Type Error
390+
Write-Log -Subtext "TMDB API response is null" -Path $global:ScriptRoot\Logs\Scriptlog.log -Type Error
391391
}
392392
}
393393
}

0 commit comments

Comments
 (0)