Skip to content

Commit

Permalink
Jellyfin: Fix login for some instances
Browse files Browse the repository at this point in the history
We weren't using the shared MA ClientSession for the login code.
This meant login was hitting some extra YARL validation when
instancing a ClientSession for a subpath on a url, causing
logins to fail.
  • Loading branch information
Jc2k committed Aug 24, 2024
1 parent 5feb806 commit 058dc2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion music_assistant/server/providers/jellyfin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Jellyfin Media Server Library",
"description": "Support for the Jellyfin streaming provider in Music Assistant.",
"codeowners": ["@lokiberra", "@Jc2k"],
"requirements": ["aiojellyfin==0.10.0"],
"requirements": ["aiojellyfin==0.10.1"],
"documentation": "https://music-assistant.io/music-providers/jellyfin/",
"multi_instance": true
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Brotli>=1.0.9
aiodns>=3.0.0
aiofiles==24.1.0
aiohttp==3.10.4
aiojellyfin==0.10.0
aiojellyfin==0.10.1
aiorun==2024.8.1
aioslimproto==3.0.1
aiosonos==0.1.1
Expand Down

0 comments on commit 058dc2b

Please sign in to comment.