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