Fix breaking non-Mac build

This commit is contained in:
Drew Weymouth
2023-10-22 17:38:15 -07:00
parent 018f9c5375
commit 449ff30c3b
-1
View File
@@ -38,7 +38,6 @@ type App struct {
Player *player.Player
UpdateChecker UpdateChecker
MPRISHandler *MPRISHandler
MPMediaHandler *MPMediaHandler
// UI callbacks to be set in main
OnReactivate func()