[vlc-commits] [Git][videolan/vlc][master] macosx: Handle artwork generation for playlist in data type

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Thu Sep 10 17:14:46 UTC 2026



Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
7d1688b2 by Claudio Cambra at 2026-09-10T18:53:03+02:00
macosx: Handle artwork generation for playlist in data type

Signed-off-by: Claudio Cambra <developer at claudiocambra.com>

- - - - -


1 changed file:

- modules/gui/macosx/library/VLCLibraryDataTypes.m


Changes:

=====================================
modules/gui/macosx/library/VLCLibraryDataTypes.m
=====================================
@@ -1013,6 +1013,7 @@ static NSString *genreArrayDisplayString(NSArray<VLCMediaLibraryGenre *> * const
     self = [super init];
     if (self && p_playlist != NULL) {
         self.libraryID = p_playlist->i_id;
+        self.smallArtworkGenerated = p_playlist->psz_artwork_mrl != NULL;
         self.smallArtworkMRL = toNSStr(p_playlist->psz_artwork_mrl);
         self.displayString = toNSStr(p_playlist->psz_name);
         const unsigned int numberOfMedia = p_playlist->i_nb_media;



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7d1688b2ff455dc958e5d6df3bfda05734cb3538

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7d1688b2ff455dc958e5d6df3bfda05734cb3538
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the vlc-commits mailing list