Remove unused variable
Co-authored-by: Stypox <stypox@pm.me>
This commit is contained in:
parent
3e2bb1ed3c
commit
46f9795305
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ public enum StreamDialogEntry {
|
||||||
final InfoCallback callback) {
|
final InfoCallback callback) {
|
||||||
if ((item.getStreamType() == StreamType.LIVE_STREAM || item.getStreamType() == StreamType.AUDIO_LIVE_STREAM) && item.getDuration() < 0) {
|
if ((item.getStreamType() == StreamType.LIVE_STREAM || item.getStreamType() == StreamType.AUDIO_LIVE_STREAM) && item.getDuration() < 0) {
|
||||||
// Sparse item: fetched by fast fetch
|
// Sparse item: fetched by fast fetch
|
||||||
final Disposable currentWorker = ExtractorHelper.getStreamInfo(
|
ExtractorHelper.getStreamInfo(
|
||||||
item.getServiceId(),
|
item.getServiceId(),
|
||||||
item.getUrl(),
|
item.getUrl(),
|
||||||
false
|
false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue