separate 'song info' functionality from Info class

This commit is contained in:
Andrzej Rybczak
2010-08-10 23:46:57 +02:00
parent 87298907e1
commit de5f3b22e0
9 changed files with 208 additions and 116 deletions

View File

@@ -47,6 +47,7 @@
#include "search_engine.h"
#include "settings.h"
#include "song.h"
#include "song_info.h"
#include "info.h"
#include "outputs.h"
#include "status.h"
@@ -2044,7 +2045,7 @@ int main(int argc, char *argv[])
}
else if (Keypressed(input, Key.SongInfo))
{
myInfo->GetSong();
mySongInfo->SwitchTo();
}
# ifdef HAVE_CURL_CURL_H
else if (Keypressed(input, Key.ArtistInfo))