From d23f2908cfe3791ba2d6ed47df4ce4e3d5991f3a Mon Sep 17 00:00:00 2001 From: Deluan Date: Thu, 24 Mar 2016 13:28:20 -0400 Subject: [PATCH] Playlists support (99%) complete! --- Compatibility.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Compatibility.md b/Compatibility.md index 3adc607..ce3cfac 100644 --- a/Compatibility.md +++ b/Compatibility.md @@ -38,6 +38,9 @@ in other endpoint calls | _PLAYLISTS_ ||| | `getPlaylists` | 1.7.0 | | | `getPlaylist` | 1.7.0 | | +| `createPlaylist` | 1.14.0 | Cannot be used to update playlist | +| `updatePlaylist` | 1.14.0 | Ignores `comment` and `public` parameter | +| `deletePlaylist` | 1.14.0 | | | ||| | _MEDIA RETRIEVAL_ ||| | `stream` | 1.5.0 | Returns wrong content-length when downsampling |