Bandcamp stream extractor: return NO_AGE_LIMIT

This commit is contained in:
Fynn Godau 2020-04-20 22:32:55 +02:00
parent 82099592c7
commit 965bce00cf
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ public class BandcampStreamExtractor extends StreamExtractor {
@Override
public int getAgeLimit() throws ParsingException {
return 0;
return NO_AGE_LIMIT;
}
@Override