Youtube skill config changes

This commit is contained in:
j1nx 2022-06-01 21:21:39 +02:00
parent 8cf0b6a5cb
commit 8f7e8517d4
1 changed files with 7 additions and 1 deletions

View File

@ -63,11 +63,17 @@
"local": {
"type": "ovos_common_play",
"dbus_type": "system",
"active": true
"active": true,
"youtube_backend": "youtube-dl",
"ydl_backend": "auto"
},
"vlc": {
"type": "ovos_vlc",
"active": true
},
"simple": {
"type": "ovos_audio_simple",
"active": true
}
},
"default-backend": "local"