diff --git a/.vs/Crunchyroll Downloader/v17/.suo b/.vs/Crunchyroll Downloader/v17/.suo index 70f4427..ecfbdc7 100644 Binary files a/.vs/Crunchyroll Downloader/v17/.suo and b/.vs/Crunchyroll Downloader/v17/.suo differ diff --git a/Crunchyroll Downloader/CefSharp_Browser.vb b/Crunchyroll Downloader/CefSharp_Browser.vb index 33b576b..139d91b 100644 --- a/Crunchyroll Downloader/CefSharp_Browser.vb +++ b/Crunchyroll Downloader/CefSharp_Browser.vb @@ -245,15 +245,25 @@ Public Class CefSharp_Browser Private Sub ObserveHttp(e As RequestResourceEventArgs) 'Handles RequestResource.GetUrl 'Debug.WriteLine(e.Request.Url) - If (Me.InvokeRequired) Then - If Main.b = True And Main.FunimationJsonBrowser = Nothing Then - Exit Sub - End If - Else - If Main.b = True And Main.FunimationJsonBrowser = Nothing Then - Exit Sub - End If - End If + 'If (Me.InvokeRequired) Then + ' If Main.b = True And Main.FunimationJsonBrowser = Nothing Then + + ' Exit Sub + ' Else + ' Debug.WriteLine("false i guess?") + ' Debug.WriteLine(Main.b.ToString) + ' Debug.WriteLine(Main.FunimationJsonBrowser) + ' End If + + 'Else + ' If Main.b = True And Main.FunimationJsonBrowser = Nothing Then + ' Exit Sub + ' Else + ' Debug.WriteLine("false i guess?") + ' Debug.WriteLine(Main.b.ToString) + ' Debug.WriteLine(Main.FunimationJsonBrowser) + ' End If + 'End If diff --git a/Crunchyroll Downloader/Main.vb b/Crunchyroll Downloader/Main.vb index a855c6e..5fd6c2c 100644 --- a/Crunchyroll Downloader/Main.vb +++ b/Crunchyroll Downloader/Main.vb @@ -4463,6 +4463,10 @@ Public Class Main End If End If If b = True Then + 'LoadedUrls + 'Debug.WriteLine(LoadedUrls.Count.ToString) + LoadedUrls.Clear() + Debug.WriteLine("Just Browsing, exiting...") Exit Sub End If 'MsgBox("loaded!")