From 7ab063d5c658143b5bce7ca8e5ae9bfc700bb1d8 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期一, 01 二月 2021 18:22:29 +0800 Subject: [PATCH] 2021-02-01 1.更新 --- EZSDK/EZSDK/EZ/UIViewControllers/EZPlaybackViewController.m | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/EZSDK/EZSDK/EZ/UIViewControllers/EZPlaybackViewController.m b/EZSDK/EZSDK/EZ/UIViewControllers/EZPlaybackViewController.m index f1957be..0dc8782 100644 --- a/EZSDK/EZSDK/EZ/UIViewControllers/EZPlaybackViewController.m +++ b/EZSDK/EZSDK/EZ/UIViewControllers/EZPlaybackViewController.m @@ -559,7 +559,7 @@ NSLog(@"GetStreamFetchType:%d", [self.player getStreamFetchType]); - [self showStreamFetchType]; +// [self showStreamFetchType]; } else if (messageCode == PLAYER_PLAYBACK_STOP) { -- Gitblit v1.8.0