quark 播放列表bug
This commit is contained in:
parent
9177a5f211
commit
9fe5ea1240
|
|
@ -179,9 +179,10 @@ public class Xb6v extends Cloud {
|
|||
}
|
||||
String quarkNames = "";
|
||||
String quarkUrls = "";
|
||||
if (shareLinks.size() > 0) {
|
||||
quarkNames = super.detailContentVodPlayFrom(shareLinks);
|
||||
if (!shareLinks.isEmpty()) {
|
||||
quarkUrls = super.detailContentVodPlayUrl(shareLinks);
|
||||
quarkNames = super.detailContentVodPlayFrom(shareLinks);
|
||||
|
||||
}
|
||||
|
||||
Vod.VodPlayBuilder.BuildResult result = builder.build();
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
2e49412e2661e5328d9407c41b84893b
|
||||
c1b5e483406c4bbba9c10acc26e946d8
|
||||
|
|
|
|||
Loading…
Reference in New Issue