Add image caching for playlist items

Move current_image caching to plugins

Remove redundant check

Add test for plugin cache

Skip puppeteer on GH actions
This commit is contained in:
zv0n 2025-05-01 19:06:28 +02:00 committed by Benjamin Nussbaum
parent faaccdc6fc
commit 580a5833a8
7 changed files with 247 additions and 82 deletions

View file

@ -17,6 +17,7 @@ class Plugin extends Model
'data_payload' => 'json',
'data_payload_updated_at' => 'datetime',
'is_native' => 'boolean',
'current_image' => 'string',
];
protected static function boot()