diff --git a/HA/custom_components/yoradio/manifest.json b/HA/custom_components/yoradio/manifest.json index 8530a54..1e0729f 100644 --- a/HA/custom_components/yoradio/manifest.json +++ b/HA/custom_components/yoradio/manifest.json @@ -5,5 +5,5 @@ "dependencies": ["http", "mqtt"], "codeowners": ["@e2002"], "requirements": [], - "version": "0.4.322" + "version": "0.4.323" } diff --git a/HA/custom_components/yoradio/media_player.py b/HA/custom_components/yoradio/media_player.py index 338ee44..1a6268a 100644 --- a/HA/custom_components/yoradio/media_player.py +++ b/HA/custom_components/yoradio/media_player.py @@ -8,7 +8,7 @@ from homeassistant.helpers.aiohttp_client import async_get_clientsession _LOGGER = logging.getLogger(__name__) -VERSION = '0.4.322' +VERSION = '0.4.323' DOMAIN = "yoradio" @@ -88,6 +88,7 @@ class yoradioApi(): else: file = file.split('\n') counter = 1 + YORADIO_SOURCE_TYPE.clear() for line in file: res = line.split('\t') station = str(counter) + '. ' + res[0]