mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-11-14 20:25:06 +01:00
parent
a366d4641f
commit
f1bdd1c0ad
Binary file not shown.
@ -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
|
||||
|
||||
|
||||
|
||||
|
@ -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!")
|
||||
|
Loading…
Reference in New Issue
Block a user