Selaa lähdekoodia

VLCMedia: query for more meta keys

Felix Paul Kühne 10 vuotta sitten
vanhempi
commit
b995aaa55f
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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;