🎈 pref: 修剪冗余逻辑

This commit is contained in:
zhiyu 2024-07-02 13:57:06 +08:00
parent e35d5e5140
commit fdd496cbba

View File

@ -289,7 +289,7 @@ export class tools extends plugin {
// 多位面选择play_addr、play_addr_265、play_addr_h264
let resUrl;
// 判断是否使用压缩格式
const { play_addr_265, play_addr_h264, play_addr } = item.video;
const { play_addr } = item.video;
// 使用今日头条 CDN 进一步加快解析速度
const videoAddrURI = play_addr.uri;
if (this.douyinCompression === 1) {