From 69370c593f5cdb1a5f10b90e6dc0019d6f0d0c31 Mon Sep 17 00:00:00 2001 From: lachlan Date: Tue, 23 Apr 2024 12:40:14 +1000 Subject: [PATCH] Update CHANGELOG.md --- docs/CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index cb86d0800b..a3f7264117 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -72,6 +72,11 @@ These searches will now use to rules for that object type and then return the so * download: add `bitrate` parameter * playlists: add `include` parameter (**note** this can be massive and slow when searches are included) +### Changed + +* API6 + * Do not translate API `errorMessage` strings [ampache.org](https://ampache.org/api/api-errors) + ### Fixed * ALL @@ -84,11 +89,6 @@ These searches will now use to rules for that object type and then return the so * has_art property missing from songs and albums * playlist_add: couldn't add a single item -### Removed - -* API6 - * Do not translate API `errorMessage` strings [ampache.org](https://ampache.org/api/api-errors) - ## Ampache 6.3.1 ### Added