Browse Source

playlist: remove no-op

Felix Paul Kühne 10 years ago
parent
commit
e039313ad0
1 changed files with 0 additions and 1 deletions
  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];
     }