Skip to content

Commit 235c9e3

Browse files
committed
Fix notification delegate not being wired up
must have disappeared in a refactor
1 parent 67c593c commit 235c9e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Submariner/SBPlayer.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ extension NSNotification.Name {
3636
private override init() {
3737
super.init()
3838

39+
initNotifications()
40+
3941
initializeMediaControls()
4042

4143
// This is counter-intuitive, but this has to be *off* for AirPlay from the app to work

0 commit comments

Comments
 (0)