song: renamed attribute "url" to "uri"

This commit is contained in:
Max Kellermann
2009-10-13 18:01:06 +02:00
parent 28442cce9f
commit f7ce4f6239
13 changed files with 44 additions and 45 deletions

View File

@@ -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);