Skip to content

Commit

Permalink
fixed "Poster url:" to "Title Card url:"
Browse files Browse the repository at this point in the history
  • Loading branch information
bullmoose20 committed Mar 20, 2024
1 parent 9b01ce0 commit 1d44e88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PlexPosterMaker.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ param (
[switch]$Testing
)

$CurrentScriptVersion = "1.0.15"
$CurrentScriptVersion = "1.0.16"
$global:HeaderWritten = $false

#################
Expand Down Expand Up @@ -4405,7 +4405,7 @@ else {
if (!$global:PlexartworkDownloaded) {
Invoke-WebRequest -Uri $global:posterurl -OutFile $EpisodeImage
}
Write-Log -Subtext "Poster url: $global:posterurl" -Path $global:ScriptRoot\Logs\Scriptlog.log -Type Info
Write-Log -Subtext "Title Card url: $global:posterurl" -Path $global:ScriptRoot\Logs\Scriptlog.log -Type Info
if ($global:posterurl -like 'https://image.tmdb.org*') {
Write-Log -Subtext "Downloading Title Card from 'TMDB'" -Path $global:ScriptRoot\Logs\Scriptlog.log -Type debug
if ($global:FavProvider -ne 'TMDB') {
Expand Down
2 changes: 1 addition & 1 deletion Release.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.15
1.0.16

0 comments on commit 1d44e88

Please sign in to comment.