Commit 99b4edc2 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

vlc_meta: Define properly ITEM_ART_FETCHED and ITEM_ART_NOTFOUND

parent 14e4ff12
......@@ -55,8 +55,8 @@ typedef enum vlc_meta_type_t
#define ITEM_PREPARSED 1
#define ITEM_ARTURL_FETCHED 2
#define ITEM_PREPARSED 4
#define ITEM_PREPARSED 8
#define ITEM_ART_FETCHED 4
#define ITEM_ART_NOTFOUND 8
/**
* Basic function to deal with meta
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment