支持国庆活动

This commit is contained in:
kai60
2021-10-01 15:16:08 +08:00
parent add3b8e0b0
commit 99b498c850
14 changed files with 57 additions and 14 deletions
@@ -609,7 +609,7 @@
if([[P2PClient sharedClient] getPlaybackCurrentFileIndex]>=([[P2PClient sharedClient] getPlaybackFilesLength]-1)){
[self.view makeToast:NSLocalizedString(@"no_next_files", nil)];
}else{
[[P2PClient sharedClient] next];
[((P2PClient*)[P2PClient sharedClient]) next];
}
}
#pragma mark - 快进