Fix Bandcamp capitalization in one more spot
This commit is contained in:
parent
9fa9d920a9
commit
3940138fc5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue