Fix soundcloud client id extraction
Improve handling of missing uploader in playlist
This commit is contained in:
TobiGr 2019-12-12 18:26:49 +01:00
parent 6029e18980
commit b883ad1657
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ dependencies {
exclude module: 'support-annotations'
})
implementation 'com.github.TeamNewPipe:NewPipeExtractor:43b54cc'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:8cb3250'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.23.0'