Merge pull request #58 from karyogamy/playlist_info_fix
Playlist Info Fix
This commit is contained in:
commit
a0e5c88b13
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue