Skip to content

Commit

Permalink
Merge pull request #12 from rmrobinson/fix-open-uri-format
Browse files Browse the repository at this point in the history
Update the play OpenURI path to match mpris casing
  • Loading branch information
leberKleber authored Oct 27, 2024
2 parents 6b3fc13 + 5942c15 commit 2313883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion player.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const (
playerPlayMethod = playerInterface + ".Play"
playerSeekMethod = playerInterface + ".SeekTo"
playerSetPositionMethod = playerInterface + ".SetPosition"
playerOpenURIMethod = playerInterface + ".OpenURI"
playerOpenURIMethod = playerInterface + ".OpenUri"
playerPlaybackStatusProperty = playerInterface + ".PlaybackStatus"
playerLoopStatusProperty = playerInterface + ".LoopStatus"
playerRateProperty = playerInterface + ".Rate"
Expand Down

0 comments on commit 2313883

Please sign in to comment.