SongPrint: remove Storage::MapToRelativeUTF8() call
This code (added 7 years ago with commit b233c145f
) has been obsoleted
by the SongLoader class (added 3 years ago).
This commit is contained in:
@@ -193,7 +193,7 @@ handle_lsinfo_relative(Client &client, Response &r, const char *uri)
|
||||
}
|
||||
|
||||
static CommandResult
|
||||
handle_lsinfo_path(Client &client, Response &r,
|
||||
handle_lsinfo_path(Client &, Response &r,
|
||||
const char *path_utf8, Path path_fs)
|
||||
{
|
||||
DetachedSong song(path_utf8);
|
||||
@@ -202,7 +202,7 @@ handle_lsinfo_path(Client &client, Response &r,
|
||||
return CommandResult::ERROR;
|
||||
}
|
||||
|
||||
song_print_info(r, client.partition, song);
|
||||
song_print_info(r, song);
|
||||
return CommandResult::OK;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user