Merge branch 'mac-release'

This commit is contained in:
Maurice Parker
2020-03-01 16:32:31 -08:00
12 changed files with 87 additions and 27 deletions

View File

@@ -457,6 +457,14 @@ class MainWindowController : NSWindowController, NSUserInterfaceValidations {
}
// MARK: NSWindowDelegate
extension MainWindowController: NSWindowDelegate {
func windowWillClose(_ notification: Notification) {
detailViewController?.stopMediaPlayback()
}
}
// MARK: - SidebarDelegate
extension MainWindowController: SidebarDelegate {