Skip to content

Commit

Permalink
fix for $global:IsFallback = $null
Browse files Browse the repository at this point in the history
  • Loading branch information
bullmoose20 committed Mar 27, 2024
1 parent bfca32d commit 6d9af3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PlexPosterMaker.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4683,6 +4683,7 @@ else {
$EpisodeImageoriginal = $null
$EpisodeImage = $null
$global:Fallback = $null
$global:IsFallback = $null
$global:TextlessPoster = $null

if (($episode.tmdbid -eq $entry.tmdbid -or $episode.tvdbid -eq $entry.tvdbid) -and $episode.'Show Name' -eq $entry.title -and $episode.'Library Name' -eq $entry.'Library Name') {
Expand Down

0 comments on commit 6d9af3a

Please sign in to comment.