1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-26 07:03:20 +00:00

Remove unecessary line

Co-authored-by: Stypox <stypox@pm.me>
This commit is contained in:
Tom 2021-12-12 12:51:01 +00:00 committed by GitHub
parent 7cd3603bbb
commit baee915db5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -237,7 +237,6 @@ public enum StreamDialogEntry {
item.getUrl(),
false
)
.subscribeOn(Schedulers.io())
.observeOn(AndroidSchedulers.mainThread())
.subscribe(result -> {