Publisher tag remapped, default message level is not debug, size of image now is in KiB

This commit is contained in:
Blue 2023-08-11 12:35:14 -03:00
parent d6c1cbde1a
commit e4cc5e8d0e
Signed by: blue
GPG key ID: 9B203B252A63EE38
3 changed files with 32 additions and 4 deletions

View file

@ -118,7 +118,7 @@ void TaskManager::wait() {
}
TaskManager::JobResult TaskManager::job(const std::string& source, const std::string& destination) {
FLACtoMP3 convertor;
FLACtoMP3 convertor(Loggable::debug);
convertor.setInputFile(source);
convertor.setOutputFile(destination);
bool result = convertor.run();