mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-25 04:22:30 +01:00
Remove unused variable
Co-authored-by: Stypox <stypox@pm.me>
This commit is contained in:
parent
6472e9b6b6
commit
3d1a3606c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user