[vlc-devel] [PATCH 2/4] Correct erroneous entry; ART_URL needs to return ArtURL, not GetEncodedBy

John Freed okvlc at johnfreed.com
Thu Mar 29 20:32:23 CEST 2012


---
 modules/control/http/rpn.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/control/http/rpn.c b/modules/control/http/rpn.c
index 320a4ff..1ae9c2c 100644
--- a/modules/control/http/rpn.c
+++ b/modules/control/http/rpn.c
@@ -1043,7 +1043,7 @@ void EvaluateRPN( intf_thread_t *p_intf, mvar_t  *vars,
                 }
                 else if( !strcmp( psz_meta, "ART_URL" ) )
                 {
-                    psz_val = input_item_GetEncodedBy( p_item );
+                    psz_val = input_item_GetArtURL( p_item );
                 }
                 else if( !strcmp( psz_meta, "TRACK_ID" ) )
                 {
-- 
1.7.7.6




More information about the vlc-devel mailing list