Did more work on the bindings between the audio and view

This commit is contained in:
Crylia
2024-03-27 18:20:03 +01:00
parent 067c339fc9
commit 55eb496cd5
8 changed files with 224 additions and 28 deletions

View File

@@ -51,4 +51,8 @@ public:
std::string GetPath( ) { return path; };
std::string GetTitle( ) { return title; }
std::string GetAlbum( ) { return album; }
std::string GetArtist( ) { return artist; }
};