mirror of
https://github.com/yuliskov/SmartTube.git
synced 2026-02-09 16:20:29 -06:00
typo
This commit is contained in:
@@ -35,6 +35,8 @@ public class MainApplication extends MultiDexApplication { // fix: Didn't find c
|
||||
// fix ipv6 infinite video buffering???
|
||||
// Better to remove this fix at all. Users complain about infinite loading.
|
||||
//System.setProperty("java.net.preferIPv6Addresses", "true");
|
||||
// Another IPv6 fix
|
||||
// https://stackoverflow.com/questions/1920623/sometimes-httpurlconnection-getinputstream-executes-too-slowly
|
||||
System.setProperty("java.net.preferIPv4Stack" , "true");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user