CODE
album_art_manager_instance_ptr aami =
static_api_ptr_t<album_art_manager>()->instantiate();
try
{
foobar2000_io::abort_callback_impl abort;
album_art_data_ptr pdata =
aami->query(album_art_ids::cover_front, abort);
}
catch (...) {}
static_api_ptr_t<album_art_manager>()->instantiate();
try
{
foobar2000_io::abort_callback_impl abort;
album_art_data_ptr pdata =
aami->query(album_art_ids::cover_front, abort);
}
catch (...) {}
but always gets an exception exception_album_art_not_found, i have tried all album_art_ids but always same result. Any ides ?