[Playback Notifications] Oops, fix breakage

That change broke notifications. Reverting.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
swiftingly
Christopher Snowhill 2022-06-18 19:02:10 -07:00
parent 8cb46b4f15
commit 3a1599d22e
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ typedef NS_ENUM(NSInteger, TrackStatus) { TrackPlaying,
if(granted) {
UNNotificationAction *skipAction = [UNNotificationAction
actionWithIdentifier:@"skip"
title:NSLocalizedString(@"SkipAction", @"")
title:@"Skip"
options:UNNotificationActionOptionNone];
UNNotificationCategory *playCategory = [UNNotificationCategory