Commit 0f261c47 authored by Rafaël Carré's avatar Rafaël Carré

Use local copies for album art, rather than download it from amazon

parent 321a42ec
......@@ -55,7 +55,7 @@ vlc_module_begin();
set_shortname( N_( "Folder" ) );
set_description( _("Folder meta data") );
set_capability( "art finder", 10 );
set_capability( "art finder", 90 );
set_callbacks( FindMeta, NULL );
vlc_module_end();
......
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