Skip to content

Commit

Permalink
fix bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
sshiqiao committed Sep 16, 2018
1 parent 1109343 commit 6cfb5a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file not shown.
3 changes: 3 additions & 0 deletions Douyin/Controller/AwemeList/AVPlayer/AVPlayerManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ - (void)replay:(AVPlayer *)player {
if([_playerArray containsObject:player]) {
[player seekToTime:kCMTimeZero];
[self play:player];
}else {
[_playerArray addObject:player];
[self play:player];
}
}
@end

0 comments on commit 6cfb5a1

Please sign in to comment.