From 99033fc55e79834fc49eecc78d4502a59da9e122 Mon Sep 17 00:00:00 2001 From: Deluan Date: Tue, 21 Jan 2020 17:31:07 -0500 Subject: [PATCH] Update compatibility table --- API_COMPATIBILITY.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/API_COMPATIBILITY.md b/API_COMPATIBILITY.md index 62106782..72e4ff14 100644 --- a/API_COMPATIBILITY.md +++ b/API_COMPATIBILITY.md @@ -41,6 +41,13 @@ CloudSonic and Subsonic: | `search2` | Doesn't support Lucene queries, only simple auto complete queries | | `search3` | Doesn't support Lucene queries, only simple auto complete queries | | || +| _PLAYLISTS_ || +| `getPlaylists` | `username` parameter is not implemented | +| `getPlaylist` | | +| `createPlaylist` | Return empty response on success | +| `updatePlaylist` | `comment` and `public` are not implemented | +| `deletePlaylist` | | +| || | _MEDIA RETRIEVAL_ || | `stream` | Returns wrong content-length when downsampling | | `download` | |