]> git.sesse.net Git - vlc/blobdiff - projects/macosx/framework/Headers/Public/VLCMedia.h
macosx/framework: Only create the NSImage corresponding to the artwork if asked.
[vlc] / projects / macosx / framework / Headers / Public / VLCMedia.h
index 84d778f8b36ebafb048fa6970e64dbe3fe389c2a..69e3d083aec27cc36188464b6227b8a71fcb6f87 100644 (file)
@@ -114,6 +114,7 @@ typedef enum VLCMediaState
     id                    delegate;          //< Delegate object
     BOOL                  isArtFetched;      //< Value used to determine of the artwork has been preparsed
     BOOL                  areOthersMetaFetched; //< Value used to determine of the other meta has been preparsed
+    BOOL                  isArtURLFetched;   //< Value used to determine of the other meta has been preparsed
     VLCMediaState         state;             //< Current state of the media
 }