mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-27 07:20:33 +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
|
||||
public KioskList getKioskList() throws ExtractionException {
|
||||
return null;
|
||||
return new KioskList(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user