=== Common.pm ================================================================== --- Common.pm (revision 37359) +++ Common.pm (local) @@ -894,6 +894,15 @@ $client->execute(['playlist', 'play', $url]); } + $client->showBriefly( + { + 'jive' => + { + 'type' => 'popupplay', + 'text' => [ $client->string('PRESET', $digit), $title ], + }, + } + ); } else { main::INFOLOG && $log->info("Can't play preset number $digit - not an audio entry");