Commit e7c108d7 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 03b3a491
......@@ -60,7 +60,7 @@ typedef enum vlc_meta_type_t
vlc_meta_DiscNumber
} vlc_meta_type_t;
#define VLC_META_TYPE_COUNT 25
#define VLC_META_TYPE_COUNT 26
#define ITEM_PREPARSED 1
#define ITEM_ARTURL_FETCHED 2
......
......@@ -328,6 +328,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