Remove unused variable

Co-authored-by: Stypox <stypox@pm.me>
This commit is contained in:
Tom 2021-12-03 21:30:26 +00:00 committed by GitHub
parent 6472e9b6b6
commit 3d1a3606c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ public enum StreamDialogEntry {
final InfoCallback callback) {
if ((item.getStreamType() == StreamType.LIVE_STREAM || item.getStreamType() == StreamType.AUDIO_LIVE_STREAM) && item.getDuration() < 0) {
// Sparse item: fetched by fast fetch
final Disposable currentWorker = ExtractorHelper.getStreamInfo(
ExtractorHelper.getStreamInfo(
item.getServiceId(),
item.getUrl(),
false