Skip to content

Commit 0b00c63

Browse files
committed
v6.21.51
1 parent 80c1798 commit 0b00c63

File tree

3 files changed

+21
-20
lines changed

3 files changed

+21
-20
lines changed

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Available in the releases tab. [Link](https://github.com/mModule/iYTm/releases)
2121
- Reboot device.<br>
2222

2323
### Recent changes
24-
- Update to YouTube Music v6.10.51
24+
- Update to YouTube Music v6.21.51
2525
<!-- - Switch to [inotia00's](https://github.com/inotia00/revanced-patches) patches.<br> -->
2626

2727
### How to
@@ -37,34 +37,35 @@ This module includes a modified YouTube Music app.<br>
3737
The modified version is created by patching the stock version using ReVanced. <br>
3838
For more information on ReVanced.<br>
3939
- See the [ReVanced](https://github.com/revanced) project.
40+
- Currently using [inotia00's](https://github.com/inotia00/revanced-patches) patches.<br>
4041

4142
<b>Patches included in this Module</b>
4243
<details>
4344

4445
| Patch | Description |
4546
|:--------:|:--------------:|
4647
| `background-play` | Enables playing music in the background. |
47-
| `bitrate-default-value` | Set the audio quality to 'Always High' when you first install the app. |
48+
| `bitrate-default-value` | Set the audio quality to "Always High" when you first install the app. |
4849
| `certificate-spoof` | Spoofs the YouTube Music certificate for Android Auto. |
49-
| `disable-auto-captions` | Disable forced captions from automatically enabling in video player. |
50-
| `enable-black-navbar` | Sets the navigation bar color to black. |
51-
| `enable-force-minimized-player` | Permanently keep player minimized even if another track is played. |
52-
| `enable-color-match-player` | Matches the fullscreen player color with the minimized one. |
50+
| `disable-auto-captions` | Disables forced auto captions. |
51+
| `enable-black-navigation-bar` | Sets the navigation bar color to black. |
52+
| `enable-color-match-player` | Matches the color of the mini player and the fullscreen player. |
5353
| `enable-compact-dialog` | Enable compact dialog on phone. |
54+
| `enable-force-minimized-player` | Keep player permanently minimized even if another track is played. |
5455
| `enable-landscape-mode` | Enables entry into landscape mode by screen rotation on the phone. |
56+
| `enable-minimized-playback` | Enables minimized playback on Kids music. |
5557
| `enable-opus-codec` | Enable opus codec when playing audio. |
5658
| `exclusive-audio-playback` | Enables the option to play music without video. |
5759
| `hide-button-shelf` | Hides the button shelf from homepage and explorer. |
5860
| `hide-carousel-shelf` | Hides the carousel shelf from homepage and explorer. |
61+
| `hide-cast-button` | Hides the cast button. |
5962
| `hide-category-bar` | Hides the music category bar at the top of the homepage. |
60-
| `hide-get-premium` | Removes all "Get Premium" evidences from the avatar menu. |
61-
| `hide-music-ads` | Removes ads in the music player. |
62-
| `hide-music-cast-button` | Hides the cast button in the video player and header. |
63-
| `hide-new-playlist-button` | Hide the New Playlist button in the Library tab. |
63+
| `hide-get-premium` | Hides "Get Premium" label from the account menu or settings. |
64+
| `hide-music-ads` | Hides ads before playing a music. |
65+
| `hide-navigation-bar-component` | Hides navigation bar components. |
66+
| `hide-new-playlist-button` | Hides the "New playlist" button in the library. |
6467
| `hide-playlist-card` | Hides the playlist card from homepage. |
65-
| `hide-taste-builder` | Removes the "Tell us which artists you like" card from the home screen. |
66-
| `hide-upgrade-button` | Remove upgrade tab from pivot bar, hide upgrade banner from homepage. |
67-
| `enable-minimized-playback` | Enables minimized playback on Kids music. |
68+
| `hide-taste-builder` | Hides the "Tell us which artists you like" card from homepage. |
6869
| `remember-video-quality` | Save the video quality value whenever you change the video quality. |
6970
| `settings` | Adds settings for ReVanced to YouTube Music. |
7071
</details>
@@ -80,5 +81,5 @@ For more information on ReVanced.<br>
8081
- John Wu and team for all things [Magisk](https://github.com/topjohnwu/Magisk).
8182
- Vanced.
8283
- ReVanced.
83-
- [inotia00](https://github.com/inotia00/revanced-patches) for patches.
84+
<!-- - [inotia00](https://github.com/inotia00/revanced-patches) for patches. -->
8485
- Everyone that has contributed to YouTube modifications.<br>

iytmv7a.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"versionCode": "61051230",
2+
"versionCode": "62151230",
33
"version": "Module",
4-
"zipUrl": "https://github.com/mModule/iYTm/releases/download/v6.10.51/iYTMusic-v61051-arm.zip",
5-
"changelog": "https://github.com/mModule/iYTm/releases/download/v6.10.51/update.md"
4+
"zipUrl": "https://github.com/mModule/iYTm/releases/download/v6.21.51/iYTMusic-v62151-arm.zip",
5+
"changelog": "https://github.com/mModule/iYTm/releases/download/v6.21.51/update.md"
66
}

iytmv8a.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"versionCode": "61051240",
2+
"versionCode": "62151240",
33
"version": "Module",
4-
"zipUrl": "https://github.com/mModule/iYTm/releases/download/v6.10.51/iYTMusic-v61051-arm64.zip",
5-
"changelog": "https://github.com/mModule/iYTm/releases/download/v6.10.51/update.md"
4+
"zipUrl": "https://github.com/mModule/iYTm/releases/download/v6.21.51/iYTMusic-v62151-arm64.zip",
5+
"changelog": "https://github.com/mModule/iYTm/releases/download/v6.21.51/update.md"
66
}

0 commit comments

Comments
 (0)