[vlc-devel] commit: Folder album art : use the correct config option name ( Rafaël Carré )

git version control git at videolan.org
Tue Jul 7 02:25:34 CEST 2009


vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Tue Jul  7 02:24:44 2009 +0200| [220f75c80900f6c0de74592228468c4f386f9433] | committer: Rafaël Carré 

Folder album art : use the correct config option name

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=220f75c80900f6c0de74592228468c4f386f9433
---

 modules/meta_engine/folder.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/meta_engine/folder.c b/modules/meta_engine/folder.c
index ae0091d..9ef715f 100644
--- a/modules/meta_engine/folder.c
+++ b/modules/meta_engine/folder.c
@@ -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 );




More information about the vlc-devel mailing list