aboutsummaryrefslogtreecommitdiffstats
path: root/src/song.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/song.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/song.c b/src/song.c
index e89b2ac80..f56853895 100644
--- a/src/song.c
+++ b/src/song.c
@@ -110,7 +110,7 @@ song_file_update(struct song *song)
/* check if there's a suffix and a plugin */
- suffix = getSuffix(song->url);
+ suffix = uri_get_suffix(song->url);
if (suffix == NULL)
return false;
@@ -156,7 +156,7 @@ song_file_update_inarchive(struct song *song)
/* check if there's a suffix and a plugin */
- suffix = getSuffix(song->url);
+ suffix = uri_get_suffix(song->url);
if (suffix == NULL)
return false;