Commit a6ca4e4c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Meta: add DiscTotal

parent 5cf3ca48
......@@ -57,10 +57,11 @@ typedef enum vlc_meta_type_t
vlc_meta_ShowName,
vlc_meta_Actors,
vlc_meta_AlbumArtist,
vlc_meta_DiscNumber
vlc_meta_DiscNumber,
vlc_meta_DiscTotal
} vlc_meta_type_t;
#define VLC_META_TYPE_COUNT 26
#define VLC_META_TYPE_COUNT 27
#define ITEM_PREPARSED 1
#define ITEM_ARTURL_FETCHED 2
......
......@@ -341,6 +341,7 @@ static int vlclua_input_item_set_meta( lua_State *L )
META_TYPE( Actors, "actors" )
META_TYPE( AlbumArtist, "album_artist" )
META_TYPE( DiscNumber, "disc_number" )
META_TYPE( DiscTotal, "disc_total" )
};
#undef META_TYPE
......
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