mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-27 23:40:36 +05:30
Return empty kiosk list instead of null
This commit is contained in:
parent
a579337c9a
commit
43dc3c3d4c
@ -77,7 +77,7 @@ public class BandcampService extends StreamingService {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public KioskList getKioskList() throws ExtractionException {
|
public KioskList getKioskList() throws ExtractionException {
|
||||||
return null;
|
return new KioskList(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user