浏览代码

playlist: remove no-op

Felix Paul Kühne 10 年之前
父节点
当前提交
e039313ad0
共有 1 个文件被更改,包括 0 次插入1 次删除
  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;
         row.titleLabel.text = ((MLAlbumTrack *)storageObject).title;
     } else {
     } else {
         row.titleLabel.text = [(MLFile *)storageObject title];
         row.titleLabel.text = [(MLFile *)storageObject title];
-        row.durationLabel.text = [VLCTime timeWithNumber:[(MLFile *)storageObject duration]].stringValue;
         backgroundImage = [VLCThumbnailsCache thumbnailForMediaFile:(MLFile *)storageObject];
         backgroundImage = [VLCThumbnailsCache thumbnailForMediaFile:(MLFile *)storageObject];
     }
     }