mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-02-03 10:57:33 +01:00
Organize: Correct debug message
This commit is contained in:
parent
19c8da06e6
commit
64aa15842c
@ -247,7 +247,7 @@ void Organize::ProcessSomeFiles() {
|
||||
else if (destination_->source() == Song::Source::Device) {
|
||||
const TagReaderClient::Result result = TagReaderClient::Instance()->LoadEmbeddedArtAsImageBlocking(task.song_info_.song_.url().toLocalFile(), job.cover_image_);
|
||||
if (!result.success()) {
|
||||
qLog(Error) << "Could not save embedded art to" << task.song_info_.song_.url() << result.error;
|
||||
qLog(Error) << "Could not load embedded art from" << task.song_info_.song_.url() << result.error;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user