mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-27 07:20:33 +05:30
Refuse to load bandcamp playlists without content
This commit is contained in:
parent
f0d36dfa7e
commit
46e1f3922c
@ -49,7 +49,7 @@ public class BandcampPlaylistExtractor extends PlaylistExtractor {
|
||||
|
||||
|
||||
|
||||
if (trackInfo.length() < 0) {
|
||||
if (trackInfo.length() <= 0) {
|
||||
// Albums without trackInfo need to be purchased before they can be played
|
||||
throw new ContentNotAvailableException("Album needs to be purchased");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user