projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44f773f
)
YTM: Also install default ytdlp dependencies (#2534)
author
Marvin Schenkel
<marvinschenkel@gmail.com>
Wed, 22 Oct 2025 17:48:39 +0000
(19:48 +0200)
committer
GitHub
<noreply@github.com>
Wed, 22 Oct 2025 17:48:39 +0000
(19:48 +0200)
Also install default ytdlp dependencies
music_assistant/providers/ytmusic/__init__.py
patch
|
blob
|
history
diff --git
a/music_assistant/providers/ytmusic/__init__.py
b/music_assistant/providers/ytmusic/__init__.py
index 425830499cacac32a44fb611beb316d40637f770..771eeb1d575767d888a54867a0c7b7f9a171fc2d 100644
(file)
--- a/
music_assistant/providers/ytmusic/__init__.py
+++ b/
music_assistant/providers/ytmusic/__init__.py
@@
-120,7
+120,7
@@
YT_PERSONAL_PLAYLISTS = (
)
DYNAMIC_PLAYLIST_TRACK_LIMIT = 300
YTM_PREMIUM_CHECK_TRACK_ID = "dQw4w9WgXcQ"
-PACKAGES_TO_INSTALL = ("yt-dlp", "bgutil-ytdlp-pot-provider")
+PACKAGES_TO_INSTALL = ("yt-dlp
[default]
", "bgutil-ytdlp-pot-provider")
SUPPORTED_FEATURES = {
ProviderFeature.LIBRARY_ARTISTS,