From 1d44e88c0d64a7cb232acbef325d89f93eb0dfef Mon Sep 17 00:00:00 2001 From: bullmoose20 Date: Wed, 20 Mar 2024 14:07:48 -0400 Subject: [PATCH] fixed "Poster url:" to "Title Card url:" --- PlexPosterMaker.ps1 | 4 ++-- Release.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PlexPosterMaker.ps1 b/PlexPosterMaker.ps1 index 0c316c3..5f0b3db 100644 --- a/PlexPosterMaker.ps1 +++ b/PlexPosterMaker.ps1 @@ -3,7 +3,7 @@ param ( [switch]$Testing ) -$CurrentScriptVersion = "1.0.15" +$CurrentScriptVersion = "1.0.16" $global:HeaderWritten = $false ################# @@ -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') { diff --git a/Release.txt b/Release.txt index 758a46e..d941c12 100644 --- a/Release.txt +++ b/Release.txt @@ -1 +1 @@ -1.0.15 \ No newline at end of file +1.0.16 \ No newline at end of file