fix funimation season value

fix funimation season value
This commit is contained in:
hama3254 2021-11-17 21:27:54 +01:00
parent 8e8c836a04
commit 4bcf5d9337
9 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -4465,7 +4465,7 @@ Public Class Main
#Region "Funimation JS "
Public Sub GetFunimationJS_Seasons(Optional ByVal JsonUrl As String = Nothing, Optional ByVal Json As String = Nothing)
FunimtaionSeasonList.Clear()
Dim SeasonJson As String = Nothing
Debug.WriteLine("JsonUrl: " + JsonUrl)
If JsonUrl = Nothing Then
@ -4535,7 +4535,7 @@ Public Class Main
Next
Debug.WriteLine("SeasonJson: ")
'Debug.WriteLine("SeasonJson: ")
Anime_Add.groupBox2.Visible = True
Anime_Add.PictureBox1.Enabled = True