From f7ce4f6239ded6681713bc9e8d281712106e6f25 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 13 Oct 2009 18:01:06 +0200 Subject: song: renamed attribute "url" to "uri" --- test/dump_playlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/dump_playlist.c') 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); -- cgit v1.2.3