Skip to content

Commit 08ec102

Browse files
committed
note that tvembedded cannot load playlists
1 parent a9f0176 commit 08ec102

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Currently, the following clients are available for use:
162162

163163
- `MUSIC`
164164
- ✔ Provides support for searching YouTube music (`ytmsearch:`).
165-
- Cannot be used for playback.
165+
- No playback support.
166166
- `WEB`
167167
- ✔ Opus formats.
168168
- `ANDROID`
@@ -184,6 +184,7 @@ Currently, the following clients are available for use:
184184
- `TVHTML5EMBEDDED`
185185
- ✔ Opus formats.
186186
- ✔ Age-restricted video playback.
187+
- ❌ No playlist/mix support.
187188

188189
## Migration from Lavaplayer's built-in YouTube source
189190

common/src/main/java/dev/lavalink/youtube/clients/AndroidMusic.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import java.util.stream.Collectors;
1818

1919
public class AndroidMusic extends Android {
20-
public static String CLIENT_VERSION = "6.42.52";
20+
public static String CLIENT_VERSION = "7.11.50";
2121

2222
public static ClientConfig BASE_CONFIG = new ClientConfig()
2323
.withApiKey(Android.BASE_CONFIG.getApiKey())

0 commit comments

Comments
 (0)