|
|
|
@ -1062,10 +1062,7 @@ void Add::Run() |
|
|
|
Statusbar() << "Adding..."; |
|
|
|
Statusbar() << "Adding..."; |
|
|
|
wFooter->refresh(); |
|
|
|
wFooter->refresh(); |
|
|
|
if (myScreen == myPlaylistEditor) |
|
|
|
if (myScreen == myPlaylistEditor) |
|
|
|
{ |
|
|
|
|
|
|
|
Mpd.AddToPlaylist(myPlaylistEditor->Playlists->current().value(), path); |
|
|
|
Mpd.AddToPlaylist(myPlaylistEditor->Playlists->current().value(), path); |
|
|
|
myPlaylistEditor->Content->clear(); // make it refetch content of playlist
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
else |
|
|
|
else |
|
|
|
{ |
|
|
|
{ |
|
|
|
const char lastfm_url[] = "lastfm://"; |
|
|
|
const char lastfm_url[] = "lastfm://"; |
|
|
|
|