Commit 73f14e5
authored
Fix Library removed for Premium users
As by now, the code removes the last child of the YT's buttons sidebar. It's good for non-premium users but affects premium users, as it removes the "Library" button.
This small fix targets the 4th child (usually the Upgrade button location) instead of last child.
A bad move/practice, but does its job and remove the Upgrade button while not removing the Library one.1 parent 2f2e64a commit 73f14e5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
0 commit comments