浏览代码

playback: behave nicer if we don't play music albums

Felix Paul Kühne 11 年之前
父节点
当前提交
ad9ba5023b
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      Sources/VLCMovieViewController.m
  2. 1 1
      compileVLCforiOS.sh

+ 2 - 2
Sources/VLCMovieViewController.m

@@ -636,10 +636,10 @@
             break;
 
         case UIEventSubtypeRemoteControlNextTrack:
-            [_listPlayer next];
+            [self forward:nil];
 
         case UIEventSubtypeRemoteControlPreviousTrack:
-            [_listPlayer previous];
+            [self backward:nil];
 
         default:
             break;

+ 1 - 1
compileVLCforiOS.sh

@@ -12,7 +12,7 @@ CONFIGURATION="Release"
 NONETWORK=no
 SKIPLIBVLCCOMPILATION=no
 
-TESTEDVLCKITHASH=55461fb6a
+TESTEDVLCKITHASH=c034a2455
 TESTEDMEDIALIBRARYKITHASH=9c6382eb1
 
 usage()