feat: Pass backgroundSize in playlist API response

This commit is contained in:
2026-05-21 10:11:49 +10:00
parent c0acb067b3
commit 37785c48e0
+1
View File
@@ -50,6 +50,7 @@ public class DisplayController : Controller
icsSource = ds.Slide.IcsSource,
backgroundColor = ds.Slide.BackgroundColor,
backgroundImage = ds.Slide.BackgroundImage,
backgroundSize = ds.Slide.BackgroundSize,
customCss = ds.Slide.CustomCss,
duration = ds.DurationSeconds,
updatedAt = ds.Slide.UpdatedAt