1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-09-22 20:44:03 +00:00

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

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