Folder album art : use the correct config option name

This commit is contained in:
Rafaël Carré 2009-07-07 02:24:44 +02:00
parent 0af7d430b6
commit 220f75c809
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ static int FindMeta( vlc_object_t *p_this )
{
if( i == -1 ) /* higher priority : configured filename */
{
char *psz_userfile = config_GetPsz( p_this, "filename" );
char *psz_userfile = config_GetPsz( p_this, "album-art-filename" );
if( !psz_userfile )
continue;
snprintf( psz_filename, MAX_PATH, "%s%s", psz_path, psz_userfile );