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
1 changed files with 0 additions and 1 deletions

View File

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