소스 검색

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;
     } else {
         row.titleLabel.text = [(MLFile *)storageObject title];
-        row.durationLabel.text = [VLCTime timeWithNumber:[(MLFile *)storageObject duration]].stringValue;
         backgroundImage = [VLCThumbnailsCache thumbnailForMediaFile:(MLFile *)storageObject];
     }