Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Jul 31, 2022
2 parents 4491b9a + 141c862 commit 0114462
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Music Assistant consists of multiple building blocks:
### Features

- Supports multiple music sources through a provider implementation.
- Currently implemented music providers are Spotify, Qobuz, Tune-In Radio and local filesystem.
- Currently implemented music providers are Spotify, Qobuz, YouTube Music, Tune-In Radio and local filesystem.
- More music providers can be easily added, soon available: Tidal and Deezer.
- Auto matches music on different providers (track linking).
- Fetches metadata for extended artist information.
Expand Down
4 changes: 2 additions & 2 deletions custom_components/mass/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"domain": "mass",
"name": "Music Assistant",
"version": "2022.8.0b0",
"version": "2022.8.0b1",
"documentation": "https://github.com/music-assistant/hass-music-assistant",
"issue_tracker": "https://github.com/music-assistant/hass-music-assistant/issues",
"requirements": [
"music-assistant==1.8.0"
"music-assistant==1.8.1"
],
"codeowners": [
"@marcelveldt"
Expand Down

0 comments on commit 0114462

Please sign in to comment.