Commit 9d6da84e authored by Thomas Guillem's avatar Thomas Guillem Committed by Ludovic Fauvet

main: update VLC_META_TYPE_COUNT

It was not updated after adding vlc_meta_ESNowPlaying.
Signed-off-by: default avatarLudovic Fauvet <etix@videolan.org>
parent 6583dd3a
......@@ -58,7 +58,7 @@ typedef enum vlc_meta_type_t
vlc_meta_Actors,
} vlc_meta_type_t;
#define VLC_META_TYPE_COUNT 23
#define VLC_META_TYPE_COUNT 24
#define ITEM_PREPARSED 1
#define ITEM_ARTURL_FETCHED 2
......
......@@ -349,6 +349,7 @@ static int vlclua_input_item_set_meta( lua_State *L )
META_TYPE( URL, "url" )
META_TYPE( Language, "language" )
META_TYPE( NowPlaying, "now_playing" )
META_TYPE( ESNowPlaying, "now_playing" )
META_TYPE( Publisher, "publisher" )
META_TYPE( EncodedBy, "encoded_by" )
META_TYPE( ArtworkURL, "artwork_url" )
......
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