Add image caching for playlist items

This commit is contained in:
zv0n 2025-05-01 19:06:28 +02:00
parent 81f721099c
commit 6bfd9a2d8b
6 changed files with 173 additions and 85 deletions

View file

@ -15,6 +15,7 @@ class PlaylistItem extends Model
protected $casts = [
'is_active' => 'boolean',
'last_displayed_at' => 'datetime',
'current_image' => 'string',
];
public function playlist(): BelongsTo