Skip to content

Display last modification date in playlist

This MR adds the last modification date close to the creation date of the playlist. The "changed" field in playlist was added to the subsonic API in version 1.13.1 (http://www.subsonic.org/pages/inc/api/schema/subsonic-rest-api-1.13.0.xsd). If the server does not return such field because it uses an older subsonice API version then the modification date is simply not displayed.

Merge request reports