diff --git a/Module1.bas b/Module1.bas index 24691b6..7bf8957 100644 --- a/Module1.bas +++ b/Module1.bas @@ -6,7 +6,7 @@ Sub PromptUser() Dim currentVersion As String ' Specify the current version number - currentVersion = "1.0.3" + currentVersion = "1.0.4" ' Check for updates CheckForUpdate currentVersion @@ -115,7 +115,7 @@ Sub ImportCSVs(folderPath) wsImageChoices.Name = "ImageChoices" ThisWorkbook.Queries.Add Name:="ImageChoices", Formula:= _ "let" & Chr(13) & "" & Chr(10) & " Source = Csv.Document(File.Contents(""" & Filename1 & """),[Delimiter="";"", Columns=9, Encoding=65001, QuoteStyle=QuoteStyle.None])," & Chr(13) & "" & Chr(10) & " #""Promoted Headers"" = Table.PromoteHeaders(Source, [PromoteAllScalars=true])," & Chr(13) & "" & Chr(10) & " #""Changed Type"" = Table.TransformColumnTypes(#""Promoted Headers"",{{""Title"", type text}, {""Type"", t" & _ - "ype text}, {""Rootfolder"", type text}, {""LibraryName"", type text}, {""Language"", type text}, {""Fallback"", type logical}, {""TextTruncated"", type logical}, {""Download Source"", type text}, {""Fav Provider Link"", type text}})" & Chr(13) & "" & Chr(10) & "in" & Chr(13) & "" & Chr(10) & " #""Changed Type""" + "ype text}, {""Rootfolder"", type text}, {""LibraryName"", type text}, {""Language"", type text}, {""Fallback"", type text}, {""TextTruncated"", type logical}, {""Download Source"", type text}, {""Fav Provider Link"", type text}})" & Chr(13) & "" & Chr(10) & "in" & Chr(13) & "" & Chr(10) & " #""Changed Type""" With wsImageChoices.ListObjects.Add(SourceType:=0, Source:= _ "OLEDB;Provider=Microsoft.Mashup.OleDb.1;Data Source=$Workbook$;Location=ImageChoices;Extended Properties=""""", Destination:=wsImageChoices.Range("$A$1")).QueryTable diff --git a/Posterizarr.ps1 b/Posterizarr.ps1 index bb752a8..f6ca208 100644 --- a/Posterizarr.ps1 +++ b/Posterizarr.ps1 @@ -1642,7 +1642,7 @@ function GetTVDBShowPoster { $global:TVDBAssetTextLang = $lang } $global:TVDBAssetChangeUrl = "https://thetvdb.com/series/$($response.data.slug)#artwork" - return $global:posterurl + return $global:posterurl continue } } @@ -5565,7 +5565,7 @@ Elseif ($Tautulli) { $global:ImageMagickError = $null $global:TMDBSeasonFallback = $null $global:TVDBSeasonFallback = $null - $global:FANARTSeasonFallback = $null + $global:FANARTSeasonFallback = $null if ($SeasonfontAllCaps -eq 'true') { $global:seasonTitle = $global:seasonNames[$i].ToUpper() } @@ -8721,7 +8721,7 @@ else { $global:ImageMagickError = $null $global:TMDBSeasonFallback = $null $global:TVDBSeasonFallback = $null - $global:FANARTSeasonFallback = $null + $global:FANARTSeasonFallback = $null if ($SeasonfontAllCaps -eq 'true') { $global:seasonTitle = $global:seasonNames[$i].ToUpper() } diff --git a/ReleaseModule.txt b/ReleaseModule.txt index e4c0d46..a6a3a43 100644 --- a/ReleaseModule.txt +++ b/ReleaseModule.txt @@ -1 +1 @@ -1.0.3 \ No newline at end of file +1.0.4 \ No newline at end of file