Browse Source

VLCPlaybackService: replace willPlay

Alexandre Janniaux 5 years ago
parent
commit
b319f889d5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Sources/VLCPlaybackService.m

+ 2 - 1
Sources/VLCPlaybackService.m

@@ -377,7 +377,8 @@ NSString *const VLCPlaybackServicePlaybackPositionUpdated = @"VLCPlaybackService
 
 - (BOOL)willPlay
 {
-    return _mediaPlayer.willPlay;
+    // TODO
+    return true;
 }
 
 - (VLCRepeatMode)repeatMode