mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-11-15 14:47:11 +00:00
[media.ccc.de] Fix service color
Caused by changing service name in TeamNewPipe/NewPipeExtractor#472
This commit is contained in:
@@ -129,7 +129,7 @@ public class MainActivity extends AppCompatActivity {
|
||||
+ "savedInstanceState = [" + savedInstanceState + "]");
|
||||
}
|
||||
|
||||
// enable TLS1.1/1.2 for kitkat devices, to fix download and play for mediaCCC sources
|
||||
// enable TLS1.1/1.2 for kitkat devices, to fix download and play for media.ccc.de sources
|
||||
if (Build.VERSION.SDK_INT == Build.VERSION_CODES.KITKAT) {
|
||||
TLSSocketFactoryCompat.setAsDefault();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user