renamed stopAfterCurrent -> pauseAfterCurrent

This commit is contained in:
Siiiiinth
2026-01-03 19:21:47 +01:00
parent 3c0e9f8dc1
commit 0bdc991dc8
10 changed files with 58 additions and 59 deletions
+2 -2
View File
@@ -83,8 +83,8 @@ func (c *Client) Stop() error {
return err
}
func (c *Client) StopAfterCurrent() error {
_, err := c.sendRequest(StopAfterCurrentPath)
func (c *Client) PauseAfterCurrent() error {
_, err := c.sendRequest(PauseAfterCurrentPath)
return err
}