mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-13 05:37:40 +02:00
fix(YouTube Music - Hide ads): Hide fullscreen ads
setting disables Disable music video in album
https://github.com/inotia00/ReVanced_Extended/issues/2793
This commit is contained in:
@ -157,7 +157,7 @@ public class AlbumMusicVideoPatch {
|
||||
playerResponseVideoId = songId;
|
||||
currentVideoId = songId;
|
||||
VideoUtils.openInYouTubeMusic(songId);
|
||||
}, 500);
|
||||
}, 750);
|
||||
|
||||
VideoUtils.runOnMainThreadDelayed(() -> isVideoLaunched.compareAndSet(true, false), 1500);
|
||||
} catch (Exception ex) {
|
||||
|
Reference in New Issue
Block a user