Possible to set Media Scale when assigning to playlist in API?

When we are assigning media to playlists there is often the case we want to use “Stretch” as the Scale option.
Is it possible to set this through the API?
https://xibo.org.uk/manual/api/#/playlist/playlistLibraryAssign
I tried with the following and it didn’t error however it also didn’t set it either.

Hi,
You can set that on Edit not on Assign.

Thanks, I also found my issue was I needed to be using lowercase “stretch” when trying to update on my PUT call.

1 Like