Fixed bug on non-darwin environments

This commit is contained in:
Sumner Evans
2020-03-28 22:10:30 -06:00
parent 53389dd2e3
commit 3985908020

View File

@@ -794,7 +794,7 @@ class SublimeMusicApp(Gtk.Application):
if notification_daemon_exists:
Notify.uninit()
if self.tap:
if tap_imported and self.tap:
self.tap.stop()
if self.state.config.server is None: