diff options
-rw-r--r-- | music.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ MusicTrack::MusicTrack(const fs::path path) { } MusicDirectory::MusicDirectory(const fs::path root) { + this->path = root; std::cout << root << std::endl; fs::path p(root); |