Commit 220f75c8 authored by Rafaël Carré's avatar Rafaël Carré

Folder album art : use the correct config option name

parent 0af7d430
...@@ -111,7 +111,7 @@ static int FindMeta( vlc_object_t *p_this ) ...@@ -111,7 +111,7 @@ static int FindMeta( vlc_object_t *p_this )
{ {
if( i == -1 ) /* higher priority : configured filename */ 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 ) if( !psz_userfile )
continue; continue;
snprintf( psz_filename, MAX_PATH, "%s%s", psz_path, psz_userfile ); snprintf( psz_filename, MAX_PATH, "%s%s", psz_path, psz_userfile );
......
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