diff --git a/.vs/Crunchyroll Downloader/v17/.suo b/.vs/Crunchyroll Downloader/v17/.suo index d306b75..af79778 100644 Binary files a/.vs/Crunchyroll Downloader/v17/.suo and b/.vs/Crunchyroll Downloader/v17/.suo differ diff --git a/Crunchyroll Downloader/Main.vb b/Crunchyroll Downloader/Main.vb index c08bb47..e11cd72 100644 --- a/Crunchyroll Downloader/Main.vb +++ b/Crunchyroll Downloader/Main.vb @@ -429,7 +429,7 @@ Public Class Main Catch ex As Exception End Try ServicePointManager.Expect100Continue = True - ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 + ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls13 Try Me.Icon = My.Resources.icon Catch ex As Exception