|
@@ -296,7 +296,7 @@ typedef NS_ENUM(NSInteger, VLCPlayerScanState)
|
|
bar.playbackFraction = bar.scrubbingFraction;
|
|
bar.playbackFraction = bar.scrubbingFraction;
|
|
[self stopScrubbing];
|
|
[self stopScrubbing];
|
|
[vpc setPlaybackPosition:bar.scrubbingFraction];
|
|
[vpc setPlaybackPosition:bar.scrubbingFraction];
|
|
- } else if(vpc.isPlaying) {
|
|
|
|
|
|
+ } else {
|
|
[vpc playPause];
|
|
[vpc playPause];
|
|
}
|
|
}
|
|
}
|
|
}
|