mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-29 00:10:35 +05:30
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 class BandcampService extends StreamingService {
|
||||||
|
|
||||||
public BandcampService(int id) {
|
public BandcampService(int id) {
|
||||||
super(id, "bandcamp", Collections.singletonList(AUDIO));
|
super(id, "Bandcamp", Collections.singletonList(AUDIO));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user