Return empty kiosk list instead of null
This commit is contained in:
parent
a579337c9a
commit
43dc3c3d4c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue