Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/music-assistant/server into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Nov 20, 2024
2 parents f40a323 + 6a2e3a8 commit 5339405
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion music_assistant/providers/tidal/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Tidal",
"description": "Support for the Tidal streaming provider in Music Assistant.",
"codeowners": ["@jozefKruszynski"],
"requirements": ["tidalapi==0.8.0"],
"requirements": ["tidalapi==0.8.1"],
"documentation": "https://music-assistant.io/music-providers/tidal/",
"multi_instance": true
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test = [
"pytest-aiohttp==1.0.5",
"pytest-cov==5.0.0",
"syrupy==4.7.2",
"tomli==2.0.2",
"tomli==2.1.0",
"ruff==0.7.4",
]

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ snapcast==2.3.6
soco==0.30.5
soundcloudpy==0.1.0
sxm==0.2.8
tidalapi==0.8.0
tidalapi==0.8.1
unidecode==1.3.8
xmltodict==0.14.2
yt-dlp==2024.10.7
Expand Down

0 comments on commit 5339405

Please sign in to comment.