Fix Bandcamp capitalization in one more spot
This commit is contained in:
parent
9fa9d920a9
commit
3940138fc5
|
@ -29,7 +29,7 @@ import static org.schabi.newpipe.extractor.services.bandcamp.extractors.Bandcamp
|
|||
public class BandcampService extends StreamingService {
|
||||
|
||||
public BandcampService(int id) {
|
||||
super(id, "bandcamp", Collections.singletonList(AUDIO));
|
||||
super(id, "Bandcamp", Collections.singletonList(AUDIO));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue