Changed the add button to a contextual menu

This commit is contained in:
emeric
2020-08-20 13:10:54 +02:00
parent 09f5ea5b0f
commit bc87e16d08
31 changed files with 304 additions and 94 deletions
@@ -39,7 +39,6 @@ namespace Av
static constexpr std::size_t _chunkSize {262144};
const std::filesystem::path _trackPath;
Transcoder _transcoder;
};
}