mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-12 21:22:17 +00:00
Advertise hls endpoint as not supported
This commit is contained in:
parent
e52a7043b0
commit
3b0aa20b51
@ -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_ ✔️
|
||||
|
@ -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",
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user