handle ContentNotSupportedException in BaseStateFragment

thus not supported soundcloud streams (e.g. hls streams) don't crash
anyore
This commit is contained in:
bopol 2020-03-30 12:38:42 +02:00
parent 3bc2b38296
commit b659660867
5 changed files with 8 additions and 1 deletions

View file

@ -136,7 +136,7 @@ dependencies {
exclude module: 'support-annotations'
})
implementation 'com.github.TeamNewPipe:NewPipeExtractor:69e0624e3'
implementation 'com.github.B0pol:NewPipeExtractor:cf24e2935cbb46117ab7bd2705d5e86f68f649e1'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.23.0'