Skip to content

Commit

Permalink
Added missing playNextVideo()
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCoates committed Oct 30, 2015
1 parent 84fda62 commit effef32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Binary file modified Aerial.saver/Contents/MacOS/Aerial
Binary file not shown.
4 changes: 1 addition & 3 deletions Aerial/Source/Views/AerialView.swift
Expand Up @@ -195,9 +195,7 @@ import AVKit
func playerItemDidReachEnd(aNotification: NSNotification) {
debugLog("played did reach end");
debugLog("notification: \(aNotification)");
guard let player = self.player else {
return;
}
playNextVideo()

debugLog("playing next video for player \(player)");

Expand Down

0 comments on commit effef32

Please sign in to comment.