[pipe] Log when artwork is written to temp file

This commit is contained in:
ejurgensen 2020-11-28 21:18:44 +01:00
parent 234a4f5b4b
commit d1a1f6c59c
1 changed files with 2 additions and 0 deletions

View File

@ -453,6 +453,8 @@ handle_picture(struct input_metadata *m, uint8_t *data, int data_len)
return; return;
} }
DPRINTF(E_DBG, L_PLAYER, "Wrote pipe artwork to '%s'\n", pipe_metadata.pict_tmpfile_path);
m->artwork_url = safe_asprintf("file:%s", pipe_metadata.pict_tmpfile_path); m->artwork_url = safe_asprintf("file:%s", pipe_metadata.pict_tmpfile_path);
} }