Skip to content

Commit eca149a

Browse files
committed
fix: false variable on Upload existing
1 parent b942bbb commit eca149a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Posterizarr.ps1

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[switch]$SyncEmby
1212
)
1313

14-
$CurrentScriptVersion = "1.8.5"
14+
$CurrentScriptVersion = "1.8.6"
1515
$global:HeaderWritten = $false
1616
$ProgressPreference = 'SilentlyContinue'
1717

@@ -15884,7 +15884,7 @@ else {
1588415884
if ($global:UploadExistingAssets -eq 'true') {
1588515885
Write-Entry -Message "Starting Existing Asset Upload..." -Path $global:ScriptRoot\Logs\Scriptlog.log -Color Green -log Info
1588615886
try {
15887-
GetPlexArtwork -Type " $Titletext | $global:FileNaming Artwork." -ArtUrl $Arturl -TempImage $EpisodeImage
15887+
GetPlexArtwork -Type "$Titletext Artwork." -ArtUrl $Arturl -TempImage $PosterImage
1588815888
if ($global:PlexartworkDownloaded -eq 'true'){
1588915889
Write-Entry -Subtext "Uploading Existing Artwork for: $Titletext" -Path $global:ScriptRoot\Logs\Scriptlog.log -Color White -log Info
1589015890
$fileContent = [System.IO.File]::ReadAllBytes($PosterImageoriginal)
@@ -16243,7 +16243,7 @@ else {
1624316243
if ($global:UploadExistingAssets -eq 'true') {
1624416244
Write-Entry -Message "Starting Existing Asset Upload..." -Path $global:ScriptRoot\Logs\Scriptlog.log -Color Green -log Info
1624516245
try {
16246-
GetPlexArtwork -Type " $Titletext Artwork." -ArtUrl $Arturl -TempImage $backgroundImage
16246+
GetPlexArtwork -Type " $Titletext | Backgound Artwork." -ArtUrl $Arturl -TempImage $backgroundImage
1624716247
if ($global:PlexartworkDownloaded -eq 'true'){
1624816248
Write-Entry -Subtext "Uploading Existing Artwork for: $Titletext" -Path $global:ScriptRoot\Logs\Scriptlog.log -Color White -log Info
1624916249
$fileContent = [System.IO.File]::ReadAllBytes($backgroundImageoriginal)
@@ -17051,7 +17051,7 @@ else {
1705117051
if ($global:UploadExistingAssets -eq 'true') {
1705217052
Write-Entry -Message "Starting Existing Asset Upload..." -Path $global:ScriptRoot\Logs\Scriptlog.log -Color Green -log Info
1705317053
try {
17054-
GetPlexArtwork -Type " $Titletext Artwork." -ArtUrl $Arturl -TempImage $backgroundImage
17054+
GetPlexArtwork -Type " $Titletext | Background Artwork." -ArtUrl $Arturl -TempImage $backgroundImage
1705517055
if ($global:PlexartworkDownloaded -eq 'true'){
1705617056
Write-Entry -Subtext "Uploading Existing Artwork for: $Titletext" -Path $global:ScriptRoot\Logs\Scriptlog.log -Color White -log Info
1705717057
$fileContent = [System.IO.File]::ReadAllBytes($backgroundImageoriginal)

Release.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.5
1+
1.8.6

0 commit comments

Comments
 (0)