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" --- src/song_update.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/song_update.c') diff --git a/src/song_update.c b/src/song_update.c index 77b447e47..4c1c69da2 100644 --- a/src/song_update.c +++ b/src/song_update.c @@ -103,7 +103,7 @@ song_file_update(struct song *song) /* check if there's a suffix and a plugin */ - suffix = uri_get_suffix(song->url); + suffix = uri_get_suffix(song->uri); if (suffix == NULL) return false; @@ -152,7 +152,7 @@ song_file_update_inarchive(struct song *song) /* check if there's a suffix and a plugin */ - suffix = uri_get_suffix(song->url); + suffix = uri_get_suffix(song->uri); if (suffix == NULL) return false; -- cgit v1.2.3