Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PoomSmart/YouMute
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c6b8b6ba2f3a38106200064e74e1eec8178b1cd6
Choose a base ref
...
head repository: PoomSmart/YouMute
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 580f4ba9664934e63758be77062553c696270037
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jun 30, 2024

  1. Fix crash on YT 19.26.5

    PoomSmart committed Jun 30, 2024
    Copy the full SHA
    580f4ba View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 Makefile
  2. +1 −1 Tweak.x
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TARGET := iphone:clang:latest:11.0
PACKAGE_VERSION = 1.2.1-3
PACKAGE_VERSION = 1.2.2
INSTALL_TARGET_PROCESSES = YouTube
ARCHS = arm64

2 changes: 1 addition & 1 deletion Tweak.x
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ static BOOL isMutedBottom(YTInlinePlayerBarContainerView *self) {

static NSBundle *YTEditResourcesBundle() {
Class YTCommonUtilsClass = %c(YTCommonUtils);
return [YTCommonUtilsClass resourceBundleForModuleName:@"Edit" appBundle:[YTCommonUtilsClass bundleForClass:%c(YTEditBundleIdentifier)]];
return [YTCommonUtilsClass resourceBundleForModuleName:@"Edit" appBundle:[NSBundle bundleForClass:%c(YTEditBundleIdentifier)]];
}

static UIImage *muteImage(BOOL muted) {