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

@@ -159,9 +159,9 @@ map_song_fs(const struct song *song)
assert(song_is_file(song));
if (song_in_database(song))
return map_directory_child_fs(song->parent, song->url);
return map_directory_child_fs(song->parent, song->uri);
else
return utf8_to_fs_charset(song->url);
return utf8_to_fs_charset(song->uri);
}
char *