Changeset 0f261c47fdf63b6dce92bc5d80c7f669cc545c28

Show
Ignore:
Timestamp:
04/04/07 22:31:44 (1 year ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1175718704 +0000
git-parent:

[321a42ec2cc0a6cde5768832deced2ea82879410]

git-author:
Rafaël Carré <funman@videolan.org> 1175718704 +0000
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/meta_engine/folder.c

    r0666b4e r0f261c4  
    5656    set_description( _("Folder meta data") ); 
    5757 
    58     set_capability( "art finder", 10 ); 
     58    set_capability( "art finder", 90 ); 
    5959    set_callbacks( FindMeta, NULL ); 
    6060vlc_module_end();