Parcourir la source

Movie View: empty time label when starting a new playback instance to avoid confusion

Felix Paul Kühne il y a 12 ans
Parent
commit
d51d352bc1
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      AspenProject/VLCMovieViewController.m

+ 1 - 0
AspenProject/VLCMovieViewController.m

@@ -171,6 +171,7 @@
     [_mediaPlayer setMedia:media];
 
     self.positionSlider.value = 0.;
+    self.timeDisplay.text = @"";
 
     [super viewWillAppear:animated];