Commit 8b01598e authored by Rémi Duraffort's avatar Rémi Duraffort

cosmetic.

parent ae6bd9c8
...@@ -230,7 +230,7 @@ int playlist_SaveArt( playlist_t *p_playlist, input_item_t *p_item, ...@@ -230,7 +230,7 @@ int playlist_SaveArt( playlist_t *p_playlist, input_item_t *p_item,
} }
else else
{ {
msg_Dbg( p_playlist, "album art saved to %s\n", psz_filename ); msg_Dbg( p_playlist, "album art saved to %s", psz_filename );
input_item_SetArtURL( p_item, psz_filename ); input_item_SetArtURL( p_item, psz_filename );
} }
fclose( f ); fclose( f );
......
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