Skip to content

Commit

Permalink
Fix bug report URL
Browse files Browse the repository at this point in the history
  • Loading branch information
therealFoxster committed Apr 22, 2024
1 parent b3fcb94 commit 95fecff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#import <YTHeaders/YTSettingsViewController.h>

#define DEMC @"DontEatMyContent"
#define VERSION @"1.1.5"
#define VERSION @"1.1.6"
#define LOCALIZED_STRING(s) [bundle localizedStringForKey:s value:nil table:nil]

extern void DEMC_showSnackBar(NSString *text);
Expand Down
2 changes: 1 addition & 1 deletion Settings.x
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ static const NSInteger sectionId = 517; // DontEatMyContent's section ID (just a
detailTextBlock:nil
selectBlock:^BOOL (YTSettingsCell *cell, NSUInteger sectionItemIndex) {
NSString *url = [NSString stringWithFormat:@"https://github.com/therealFoxster/DontEatMyContent/issues/new/?title=[v%@] %@", VERSION, LOCALIZED_STRING(@"ADD_TITLE")];
return [%c(YTUIUtils) openURL:[NSURL URLWithString:[url stringByReplacingOccurrencesOfString:@" " withString:@"%20"]]];
return [%c(YTUIUtils) openURL:[NSURL URLWithString:url]];
}
]];

Expand Down
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: me.foxster.donteatmycontent
Name: DontEatMyContent
Version: 1.1.5
Version: 1.1.6
Architecture: iphoneos-arm
Description: Prevent the notch/Dynamic Island from munching on 2:1 video content in YouTube
Maintainer: Foxster
Expand Down

0 comments on commit 95fecff

Please sign in to comment.