Hello, I've updated to the recent youtube-source v1.10.2 and I added the client TV as mentioned in Youtube-source readme.md and i get
Failed to resolve TV into a Client
Here's the youtube part of my application.yml (too big, discord wont allow me to send it here):
plugins:
youtube:
enabled: true # Whether this source can be used.
pot:
token: "xxxxxxxxxxxxxxxxxx"
visitorData: "xxxxxxxxxxxxxxxxxxx"
oauth:
# setting "enabled: true" is the bare minimum to get OAuth working.
enabled: true
refreshToken: "xxxxxxxxxxxxxxx"
skipInitialization: true
allowSearch: true # Whether "ytsearch:" and "ytmsearch:" can be used.
allowDirectVideoIds: true # Whether just video IDs can match. If false, only complete URLs will be loaded.
allowDirectPlaylistIds: true # Whether just playlist IDs can match. If false, only complete URLs will be loaded.
# The clients to use for track loading. See below for a list of valid clients.
# Clients are queried in the order they are given (so the first client is queried first and so on...)
clients:
- MUSIC
- WEB
- MWEB
- WEBEMBEDDED
- ANDROID_MUSIC
- ANDROID_VR
- TV # This one
- TVHTML5EMBEDDED
- IOS