track > variation : add bg color

This commit is contained in:
isUnknown 2025-06-06 12:22:59 +02:00
parent 099479dc45
commit 760e17287e
5 changed files with 15 additions and 4 deletions

View file

@ -103,6 +103,7 @@ class ProjectPage extends NotificationsPage {
$trackData = [
'title' => (string) $track->title(),
'slug' => (string) $track->slug(),
'backgroundColor' => (string) $track->backgroundColor(),
'files' => [],
];