aboutsummaryrefslogtreecommitdiffstats
path: root/test/dump_playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dump_playlist.c')
-rw-r--r--test/dump_playlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dump_playlist.c b/test/dump_playlist.c
index 146f5862f..d6e7f17c0 100644
--- a/test/dump_playlist.c
+++ b/test/dump_playlist.c
@@ -113,7 +113,7 @@ int main(int argc, char **argv)
/* dump the playlist */
while ((song = playlist_plugin_read(playlist)) != NULL) {
- g_print("%s\n", song->url);
+ g_print("%s\n", song->uri);
if (song->tag != NULL)
tag_save(stdout, song->tag);