From e97d8054446f3cc212feccd76683afda4be732da Mon Sep 17 00:00:00 2001 From: Deluan <deluan@deluan.com> Date: Sat, 1 Feb 2020 18:46:16 -0500 Subject: [PATCH] docs: update api compatibility --- API_COMPATIBILITY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API_COMPATIBILITY.md b/API_COMPATIBILITY.md index d58f7c7fe..d41d09e4d 100644 --- a/API_COMPATIBILITY.md +++ b/API_COMPATIBILITY.md @@ -25,7 +25,7 @@ Navidrome is actively being tested with: | `getLicense` | Always valid ;) | | || | _BROWSING_ || -| `getMusicFolders` | Hardcoded to just one, configured in `app.conf` | +| `getMusicFolders` | Hardcoded to just one, set with ND_MUSICFOLDER configuration | | `getIndexes` | Doesn't support shortcuts, nor direct children | | `getMusicDirectory` | | | `getSong` | | @@ -40,7 +40,7 @@ Navidrome is actively being tested with: | `getStarred` | | | `getStarred2` | | | `getNowPlaying` | | -| `getRandomSongs` | Ignores `year` parameter | +| `getRandomSongs` | Ignores `fromYear` and `toYear` parameters | | || | _SEARCHING_ || | `search2` | Doesn't support Lucene queries, only simple auto complete queries |