quark 播放列表bug

This commit is contained in:
lushunming 2024-09-19 12:00:17 +08:00
parent 9177a5f211
commit 9fe5ea1240
3 changed files with 4 additions and 3 deletions

View File

@ -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.

View File

@ -1 +1 @@
2e49412e2661e5328d9407c41b84893b
c1b5e483406c4bbba9c10acc26e946d8