From ce4eaddf9eb835f01e6bf5845a063d306f322b24 Mon Sep 17 00:00:00 2001
From: Aeline <liu9421wen@163.com>
Date: 星期一, 08 三月 2021 18:16:51 +0800
Subject: [PATCH] al

---
 BuWanVideo2.0/searchDetailViewController.m |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/BuWanVideo2.0/searchDetailViewController.m b/BuWanVideo2.0/searchDetailViewController.m
index 9b3299d..76e169f 100755
--- a/BuWanVideo2.0/searchDetailViewController.m
+++ b/BuWanVideo2.0/searchDetailViewController.m
@@ -400,6 +400,7 @@
 
 - (void)playVideo:(XYRVideoInfoModel *)model {
     XYRDetailViewController *detailVC=[[XYRDetailViewController alloc] init];
+    [YTHsharedManger startManger].preController = self;
     detailVC.modalPresentationStyle = 0;
     detailVC.Model = model;
     [self presentViewController:detailVC animated:YES completion:^{}];
@@ -555,6 +556,7 @@
             return;
         }
         XYRDetailViewController *detailVC=[[XYRDetailViewController alloc] init];
+        [YTHsharedManger startManger].preController = self;
         detailVC.modalPresentationStyle = 0;
         detailVC.Model = model;
         [self presentViewController:detailVC animated:YES completion:^{}];

--
Gitblit v1.8.0