diff --git a/Example/SJVideoPlayer/Demos/DY/List/SJDYPlaybackListViewController.m b/Example/SJVideoPlayer/Demos/DY/List/SJDYPlaybackListViewController.m index 43fde7d1f..cf5260f62 100644 --- a/Example/SJVideoPlayer/Demos/DY/List/SJDYPlaybackListViewController.m +++ b/Example/SJVideoPlayer/Demos/DY/List/SJDYPlaybackListViewController.m @@ -67,7 +67,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N } - (void)tableView:(UITableView *)tableView willDisplayCell:(SJDYTableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath { - NSURL *playbackURL = _list[indexPath.row].URL; + NSURL *playbackURL = [SJMediaCacheServer.shared playbackURLWithURL:_list[indexPath.row].URL]; [cell.player configureWithURL:playbackURL]; __weak typeof(self) _self = self; cell.player.allowsPlayback = ^BOOL(id _Nonnull player) {