Kaynağa Gözat

VLCMedia: query for more meta keys

Felix Paul Kühne 10 yıl önce
ebeveyn
işleme
b995aaa55f
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      Sources/VLCMedia.m

+ 2 - 0
Sources/VLCMedia.m

@@ -947,7 +947,9 @@ NSString *const VLCMediaTracksInformationTextEncoding = @"encoding"; // NSString
         [self fetchMetaInformationFromLibVLCWithType: VLCMetaInformationDate];
         [self fetchMetaInformationFromLibVLCWithType: VLCMetaInformationGenre];
         [self fetchMetaInformationFromLibVLCWithType: VLCMetaInformationTrackNumber];
+        [self fetchMetaInformationFromLibVLCWithType: VLCMetaInformationDiscNumber];
         [self fetchMetaInformationFromLibVLCWithType: VLCMetaInformationNowPlaying];
+        [self fetchMetaInformationFromLibVLCWithType: VLCMetaInformationLanguage];
     }
     if (!isArtURLFetched) {
         isArtURLFetched = YES;