mirror of
https://github.com/Goldenkrew3000/OSSP_OpenSource.git
synced 2025-12-20 00:34:44 +10:00
The app is technically functional
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include "../configHandler.h"
|
||||
#include "../libopensubsonic/httpclient.h"
|
||||
#include "../libopensubsonic/endpoint_getStarred.h"
|
||||
#include "../player/player.h"
|
||||
|
||||
extern configHandler_config_t* configObj;
|
||||
bool bLikedSongsShow = false;
|
||||
@@ -166,6 +167,7 @@ void showLikedSongs() {
|
||||
if (selectedSong != -1) {
|
||||
printf("Song: %s (%s)\n", starredStruct->songs[selectedSong].title,
|
||||
starredStruct->songs[selectedSong].id);
|
||||
OSSPlayer_QueueAppend(starredStruct->songs[selectedSong].id);
|
||||
selectedSong = -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user