Skip to content

Commit

Permalink
Merge branch 'dev' into subsonic-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
khers authored Oct 31, 2024
2 parents db81eb9 + 8a38b27 commit af773d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "RadioBrowser",
"description": "Search radio streams from RadioBrowser in Music Assistant.",
"codeowners": ["@gieljnssns"],
"requirements": ["radios==0.3.1"],
"requirements": ["radios==0.3.2"],
"documentation": "https://music-assistant.io/music-providers/radio-browser/",
"multi_instance": false,
"icon": "radio"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ server = [
"pillow==11.0.0",
"unidecode==1.3.8",
"xmltodict==0.14.2",
"orjson==3.10.7",
"orjson==3.10.10",
"shortuuid==1.0.13",
"zeroconf==0.135.0",
"zeroconf==0.136.0",
"cryptography==43.0.3",
"ifaddr==0.2.0",
]
Expand Down
6 changes: 3 additions & 3 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ifaddr==0.2.0
mashumaro==3.14
memory-tempfile==2.2.3
music-assistant-frontend==v2.9.14
orjson==3.10.7
orjson==3.10.10
pillow==11.0.0
pkce==1.0.3
plexapi==4.15.16
Expand All @@ -34,7 +34,7 @@ pycryptodome==3.21.0
python-fullykiosk==0.0.14
python-slugify==8.0.4
pywidevine==1.8.0
radios==0.3.1
radios==0.3.2
shortuuid==1.0.13
snapcast==2.3.6
soco==0.30.5
Expand All @@ -46,4 +46,4 @@ xmltodict==0.14.2
yt-dlp==2024.10.7
yt-dlp-youtube-accesstoken==0.1.1
ytmusicapi==1.8.1
zeroconf==0.135.0
zeroconf==0.136.0

0 comments on commit af773d0

Please sign in to comment.