|
@@ -139,6 +139,7 @@ class MVHomeController: MVBaseController {
|
|
PQSingletoVideoPlayer.shared.playStatusBloc = { [weak self] status in
|
|
PQSingletoVideoPlayer.shared.playStatusBloc = { [weak self] status in
|
|
|
|
|
|
if(status == .PQVIDEO_PLAY_STATUS_END){
|
|
if(status == .PQVIDEO_PLAY_STATUS_END){
|
|
|
|
+ PQSingletoVideoPlayer.shared.playVideoData!.playProgress = 0
|
|
PQSingletoVideoPlayer.shared.resetPlayer()
|
|
PQSingletoVideoPlayer.shared.resetPlayer()
|
|
}
|
|
}
|
|
}
|
|
}
|