mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-14 07:27:47 +00:00
Add image caching for playlist items
This commit is contained in:
parent
81f721099c
commit
6bfd9a2d8b
6 changed files with 173 additions and 85 deletions
|
|
@ -15,6 +15,7 @@ class PlaylistItem extends Model
|
|||
protected $casts = [
|
||||
'is_active' => 'boolean',
|
||||
'last_displayed_at' => 'datetime',
|
||||
'current_image' => 'string',
|
||||
];
|
||||
|
||||
public function playlist(): BelongsTo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue