kopia lustrzana https://github.com/TeamNewPipe/NewPipeExtractor
commit
a0e5c88b13
|
@ -48,7 +48,7 @@ public class PlaylistInfo extends ListInfo {
|
||||||
String url = extractor.getCleanUrl();
|
String url = extractor.getCleanUrl();
|
||||||
String id = extractor.getId();
|
String id = extractor.getId();
|
||||||
String name = extractor.getName();
|
String name = extractor.getName();
|
||||||
PlaylistInfo info = new PlaylistInfo(serviceId, url, id, name);
|
PlaylistInfo info = new PlaylistInfo(serviceId, id, url, name);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
info.setStreamCount(extractor.getStreamCount());
|
info.setStreamCount(extractor.getStreamCount());
|
||||||
|
|
Ładowanie…
Reference in New Issue