Methods
(inner) deleteRadioFavorites(names) → {void}
Deletes a webradio favorite
Parameters:
Name | Type | Description |
---|---|---|
names |
Array | Webradio favorit names to delete |
- Source:
Returns:
- Type
- void
(inner) editRadioFavorite(uri) → {void}
Gets the webradio favorite and opens the edit modal
Parameters:
Name | Type | Description |
---|---|---|
uri |
string | Webradio favorite uri to get |
- Source:
Returns:
- Type
- void
(inner) getRadioFavoriteUri(filename) → {string}
Constructs a special webradio favorite uri.
This uri is served by myMPD.
Parameters:
Name | Type | Description |
---|---|---|
filename |
string | base uri |
- Source:
Returns:
constructed uri
- Type
- string
(inner) getRadioFavoriteUris(uris) → {Array}
Constructs special webradio favorite uris.
This uris are served by myMPD.
Parameters:
Name | Type | Description |
---|---|---|
uris |
Array | array of base uris |
- Source:
Returns:
modified array with uris
- Type
- Array