>> $client->currentPlaylistChangeTime( Time::HiRes::time() );
>>
>> That should invalidate the cache.
>
> Thank you. Actually, currentPlaylist*Change*Time didn't work for me but
> currentPlaylist*Update*Time did for some reason. Didn't find anything
> else that worked either, so that's cool.
Whatever works :-). FWIW: I'm actually a bit confused that you'd need to
hack this, as there should be a check for external formatters (see
https://github.com/Logitech/slimserv...laylist.pm#L77).
>>
>> That should invalidate the cache.
>
> Thank you. Actually, currentPlaylist*Change*Time didn't work for me but
> currentPlaylist*Update*Time did for some reason. Didn't find anything
> else that worked either, so that's cool.
Whatever works :-). FWIW: I'm actually a bit confused that you'd need to
hack this, as there should be a check for external formatters (see
https://github.com/Logitech/slimserv...laylist.pm#L77).
Comment