|
@@ -462,6 +462,8 @@ extension MVHomeController {
|
|
|
cell?.progressView.progress = 0
|
|
|
let videoInfo = self.mAllVideos[page]
|
|
|
videoInfo.playProgress = 0
|
|
|
+
|
|
|
+ PQEventTrackViewModel.baseReportUpload(businessType: .bt_buttonView, objectType: .ot_shanyinApp_viewButton_syncedUpMusicRecreate, pageSource: .sp_shanyinApp_main, extParams: ["videoId":videoInfo.videoId], remindmsg: "")
|
|
|
|
|
|
let hotVideoIndex = self.mVideos.firstIndex(where: { (items) -> Bool in
|
|
|
items.categoryName == videoInfo.categoryName
|
|
@@ -479,10 +481,9 @@ extension MVHomeController {
|
|
|
|
|
|
self.lastBnnerSelectIndex = IndexPath(row: page, section: 0)
|
|
|
|
|
|
- // DispatchQueue.global().async {
|
|
|
- PQSingletoVideoPlayer.shared.configPlyer(videoData: videoInfo, controllerView: cell!.converView)
|
|
|
+
|
|
|
+ PQSingletoVideoPlayer.shared.configPlyer(videoData: videoInfo, controllerView: cell!.converView)
|
|
|
|
|
|
- // }
|
|
|
PQSingletoVideoPlayer.shared.startPlayr()
|
|
|
|
|
|
|