feat(ipc): add an endpoint for getting current track (#911)
This commit is contained in:
@@ -28,6 +28,7 @@ const (
|
||||
ShowPath = "/window/show"
|
||||
ReloadThemePath = "/window/reload-theme"
|
||||
QuitPath = "/window/quit"
|
||||
CurrentTrackPath = "/current_track"
|
||||
RateCurrentTrackPath = "/current_track/rate" // ?r=<rating 0-5>
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user