feat: Pass backgroundSize in playlist API response
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user