BuWanVideo2.0/IndividualStarController.m
@@ -199,6 +199,7 @@ -(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{ NSDictionary * dic = movelist[indexPath.row]; XYRDetailViewController *play=[[XYRDetailViewController alloc]init]; [YTHsharedManger startManger].preController = self; play.modalPresentationStyle = 0; play.Model = [XYRVideoInfoModel yy_modelWithDictionary:dic]; [self presentViewController:play animated:YES completion:^{