Skip to content

Commit

Permalink
Fix building on Windows & Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
raitonoberu committed Jan 6, 2024
1 parent ce7968b commit 33899ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
2 changes: 2 additions & 0 deletions services/mpris/mpris_unix.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build !(windows || darwin)

package mpris

import (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build windows || darwin

package mpris

import (
Expand Down
17 changes: 0 additions & 17 deletions services/mpris/mpris_windows.go

This file was deleted.

0 comments on commit 33899ed

Please sign in to comment.