mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 23:18:10 +00:00
feat: enhanced device support when rendering mashups
This commit is contained in:
parent
19a8bb18cc
commit
ee9f21a83d
2 changed files with 8 additions and 2 deletions
|
|
@ -110,7 +110,7 @@ Route::get('/display', function (Request $request) {
|
|||
}
|
||||
}
|
||||
|
||||
$markup = $playlistItem->render();
|
||||
$markup = $playlistItem->render(device: $device);
|
||||
GenerateScreenJob::dispatchSync($device->id, null, $markup);
|
||||
|
||||
$device->refresh();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue