[Playback Notifications] Oops, fix breakage
That change broke notifications. Reverting. Signed-off-by: Christopher Snowhill <kode54@gmail.com>swiftingly
parent
8cb46b4f15
commit
3a1599d22e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue