Changes
1 changed files (+9/-0)
-
-
@@ -138,6 +138,15 @@ namespace PlacGtkAdwaita {try { var bytes = downloader.session.send_and_read_async.end(res); // HTTP 404 is just a "normal" invariant in Roon API. // Roon sets "image_key" that returns 404 rather than unsetting the property. // Therefore client must attempt to download to see and handle both 200/404. if (msg.status_code == 404) { error_icon.visible = true; spinner.visible = false; return; } // We don't cache, so 3xx response is error here if (msg.status_code != 200) { GLib.log("Plac", LEVEL_WARNING, "Failed to download artwork: HTTP %u (key=%s)", msg.status_code, _image_key);
-