diff --git a/docs/api.rst b/docs/api.rst index a1c51e9..7c4a7fa 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -72,7 +72,7 @@ All methods / pseudo-TOC deletePlaylist_ ✔️ stream_ ✔️ download_ ✔️ - hls_ 1.9.0 🔴 + hls_ 1.9.0 ❌ getCaptions_ 1.15.0 🔴 getCoverArt_ ✔️ getLyrics_ ✔️ diff --git a/supysonic/api/unsupported.py b/supysonic/api/unsupported.py index ee5a415..3a8e310 100644 --- a/supysonic/api/unsupported.py +++ b/supysonic/api/unsupported.py @@ -1,7 +1,7 @@ # This file is part of Supysonic. # Supysonic is a Python implementation of the Subsonic server API. # -# Copyright (C) 2018-2020 Alban 'spl0k' Féron +# Copyright (C) 2018-2022 Alban 'spl0k' Féron # # Distributed under terms of the GNU AGPLv3 license. @@ -15,6 +15,7 @@ methods = ( "createShare", "updateShare", "deleteShare", + "hls", )