feat(ipc): add an endpoint for getting current track (#911)

This commit is contained in:
tdakkota
2026-04-20 19:36:11 -07:00
committed by GitHub
parent 56546a9314
commit cfa45a4647
10 changed files with 94 additions and 18 deletions
+1
View File
@@ -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>
)