Fix building without last.fm.

This commit is contained in:
John Maguire 2011-01-04 15:11:38 +00:00
parent 3f923d2cb1
commit dfa5b9f8ea
1 changed files with 2 additions and 2 deletions

View File

@ -294,9 +294,9 @@ int main(int argc, char *argv[]) {
PlaylistManager playlists(&task_manager, NULL);
RadioModel radio_model(database.get(), &task_manager, NULL);
Player player(&playlists,
Player player(&playlists
#ifdef HAVE_LIBLASTFM
radio_model.GetLastFMService()
,radio_model.GetLastFMService()
#endif
);