|
@@ -391,7 +391,7 @@ extension MVHomeController {
|
|
let videoInfo = self.mAllVideos[page]
|
|
let videoInfo = self.mAllVideos[page]
|
|
videoInfo.playProgress = 0
|
|
videoInfo.playProgress = 0
|
|
PQSingletoVideoPlayer.shared.configPlyer(videoData: videoInfo, controllerView: cell!.converView)
|
|
PQSingletoVideoPlayer.shared.configPlyer(videoData: videoInfo, controllerView: cell!.converView)
|
|
-
|
|
|
|
|
|
+ PQSingletoVideoPlayer.shared.startPlayr()
|
|
let hotVideoIndex = self.mVideos.firstIndex(where: { (items) -> Bool in
|
|
let hotVideoIndex = self.mVideos.firstIndex(where: { (items) -> Bool in
|
|
items.categoryName == videoInfo.categoryName
|
|
items.categoryName == videoInfo.categoryName
|
|
})
|
|
})
|