Bläddra i källkod

playlist: remove no-op

Felix Paul Kühne 10 år sedan
förälder
incheckning
e039313ad0
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      VLC for iOS WatchKit Extension/InterfaceController.m

+ 0 - 1
VLC for iOS WatchKit Extension/InterfaceController.m

@@ -159,7 +159,6 @@ typedef enum {
         row.titleLabel.text = ((MLAlbumTrack *)storageObject).title;
     } else {
         row.titleLabel.text = [(MLFile *)storageObject title];
-        row.durationLabel.text = [VLCTime timeWithNumber:[(MLFile *)storageObject duration]].stringValue;
         backgroundImage = [VLCThumbnailsCache thumbnailForMediaFile:(MLFile *)storageObject];
     }