05-12-2023, 12:11 PM
A quick look at the code and the checks in the JS are just to avoid styling the UI background when there is no cover art, i.e., the variable 'coverurl' has been set to the default moOde cover art image.
The variable 'coverurl' is created in function enhanceMetadata in file /inc/mpd.php. If it doesn't exist after moOde starts then most likely something upstream is broken for example MPD has crashed or something like that.
The variable 'coverurl' is created in function enhanceMetadata in file /inc/mpd.php. If it doesn't exist after moOde starts then most likely something upstream is broken for example MPD has crashed or something like that.