Fix name of media.ccc.de service
This commit is contained in:
parent
175df679e0
commit
ba3e2302bc
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ import static org.schabi.newpipe.extractor.StreamingService.ServiceInfo.MediaCap
|
|||
|
||||
public class MediaCCCService extends StreamingService {
|
||||
public MediaCCCService(final int id) {
|
||||
super(id, "MediaCCC", asList(AUDIO, VIDEO));
|
||||
super(id, "media.ccc.de", asList(AUDIO, VIDEO));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue