Explorar el Código

VLCPlaybackService: replace willPlay

Alexandre Janniaux hace 5 años
padre
commit
b319f889d5
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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