]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.m
macosx: implemented A->B Loop (close #5187)
[vlc] / modules / gui / macosx / intf.m
index 898b1231175762be024c249358ee1586327e66d8..f80968647728c1e50fb2e358d90b4dc69c904ce9 100644 (file)
@@ -1328,6 +1328,7 @@ static VLCMain *_o_sharedMainInstance = nil;
 - (void)updatePlaybackPosition
 {
     [o_mainwindow updateTimeSlider];
+    [[VLCCoreInteraction sharedInstance] updateAtoB];
 }
 
 - (void)updateVolume