REST Remote: Added automation state to playlist content?

In the most recent version of mairlist, this was added:

REST Remote: Added automation state to playlist content

But what does this do or what does it mean?

If you fetch the playlist-content via the REST-API (e.g.127.0.0.1:9300/playlist/0/content)
A new attribute Automation is available

{
    "BaseTime": "2022-03-17T10:00:00",
    "Items": [
     ...
    ],
    "Automation": false
}
1 Like

Thank you! Interesting!