mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-27 23:40:36 +05:30
Merge pull request #58 from karyogamy/playlist_info_fix
Playlist Info Fix
This commit is contained in:
commit
a0e5c88b13
@ -48,7 +48,7 @@ public class PlaylistInfo extends ListInfo {
|
||||
String url = extractor.getCleanUrl();
|
||||
String id = extractor.getId();
|
||||
String name = extractor.getName();
|
||||
PlaylistInfo info = new PlaylistInfo(serviceId, url, id, name);
|
||||
PlaylistInfo info = new PlaylistInfo(serviceId, id, url, name);
|
||||
|
||||
try {
|
||||
info.setStreamCount(extractor.getStreamCount());
|
||||
|
Loading…
x
Reference in New Issue
Block a user