Skip to content

Commit 8890ae2

Browse files
authored
[Android] Add YM domain for background playback (#34342)
1 parent e32e93e commit 8890ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/browser_ui/media/android/java/src/org/chromium/components/browser_ui/media/BraveMediaSessionHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class BraveMediaSessionHelper implements MediaImageCallback {
3030
private static final List<String> sBraveTalkHosts =
3131
Arrays.asList("talk.brave.com", "talk.bravesoftware.com", "talk.brave.software");
3232
private static final List<String> sYouTubeHosts =
33-
Arrays.asList("www.youtube.com", "m.youtube.com", "youtube.com");
33+
Arrays.asList("music.youtube.com", "www.youtube.com", "m.youtube.com", "youtube.com");
3434

3535
public static boolean isBraveTalk(WebContents webContents) {
3636
if (webContents == null) {

0 commit comments

Comments
 (0)