PHP errors

Hi,

my log gets spammed with this msg.
[13-Mar-2025 00:39:42 UTC] PHP Warning: Undefined array key “compact” in /vol1/home/xxx/xxx/htdocs/wp-content/plugins/podlove-web-player/includes/class-podlove-web-player-shortcode.php on line 354
like every sec… how can i fix that ?

Somewhere you are displaying the web player using the “compact” template, but that does not exist.

Either create a template with that name, or, probably better, find out where you are using that template and use an existing one instead.

a ok thanks i will check that!