Przeglądaj źródła

VLCPlaybackService: replace willPlay

Alexandre Janniaux 5 lat temu
rodzic
commit
b319f889d5
1 zmienionych plików z 2 dodań i 1 usunięć
  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