Commit d251140c authored by Antoine Cellerier's avatar Antoine Cellerier

Add some extra debug.

parent 13495399
...@@ -148,6 +148,7 @@ static int GetData( vlc_object_t *p_obj, input_item_t *p_item, ...@@ -148,6 +148,7 @@ static int GetData( vlc_object_t *p_obj, input_item_t *p_item,
snprintf( psz_data, 255, snprintf( psz_data, 255,
"http://images.amazon.com/images/P/%s.01._SCLZZZZZZZ_.jpg", "http://images.amazon.com/images/P/%s.01._SCLZZZZZZZ_.jpg",
psz_buf ); psz_buf );
msg_Dbg( p_obj, "Album art URL: %s", psz_data );
input_item_SetArtURL( p_item, psz_data ); input_item_SetArtURL( p_item, psz_data );
break; break;
} }
......
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