handle ContentNotSupportedException for Channel Fragment (when an user has no video tab)

This commit is contained in:
bopol 2020-04-07 15:39:06 +02:00
parent 65d1813976
commit 3ab53c9c80
3 changed files with 51 additions and 5 deletions

View file

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