Removing control_url, will now be included in stream path itself

This commit is contained in:
James Barnsley
2021-10-23 20:42:46 +13:00
parent 3b1609d5b8
commit 11cd13f576
17 changed files with 131 additions and 376 deletions

View File

@ -3,7 +3,7 @@ import pathlib
from mopidy import config, ext
__version__ = "3.59.1"
__version__ = "3.60.0"
logger = logging.getLogger(__name__)
@ -27,7 +27,6 @@ class Extension(ext.Extension):
schema["enabled"] = config.Boolean()
schema["country"] = config.String()
schema["locale"] = config.String()
schema["control_url"] = config.String()
schema["snapcast_enabled"] = config.Boolean()
schema["snapcast_host"] = config.String()
schema["snapcast_port"] = config.String()