Commit 388b0b93 authored by Francois Cartegnie's avatar Francois Cartegnie

fingerprinter: set sub category

parent 648a4893
......@@ -77,6 +77,7 @@ static void Run (fingerprinter_thread_t *);
****************************************************************************/
vlc_module_begin ()
set_category(CAT_ADVANCED)
set_subcategory(SUBCAT_ADVANCED_MISC)
set_shortname(N_("acoustid"))
set_description(N_("Track fingerprinter (based on Acoustid)"))
set_capability("fingerprinter", 10)
......
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