[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) {
|
if(granted) {
|
||||||
UNNotificationAction *skipAction = [UNNotificationAction
|
UNNotificationAction *skipAction = [UNNotificationAction
|
||||||
actionWithIdentifier:@"skip"
|
actionWithIdentifier:@"skip"
|
||||||
title:NSLocalizedString(@"SkipAction", @"")
|
title:@"Skip"
|
||||||
options:UNNotificationActionOptionNone];
|
options:UNNotificationActionOptionNone];
|
||||||
|
|
||||||
UNNotificationCategory *playCategory = [UNNotificationCategory
|
UNNotificationCategory *playCategory = [UNNotificationCategory
|
||||||
|
|
Loading…
Reference in New Issue