mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #352] [MERGED] Enable native MacOS slider to control position in track #495
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#495
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jpochyla/psst/pull/352
Author: @royathan
Created: 10/21/2022
Status: ✅ Merged
Merged: 1/12/2023
Merged by: @Insprill
Base:
master← Head:control_native_media_progress📝 Commits (3)
9d96435Enable native MacOS slider to control position in trackef379f8Update souvlaki to latest with support for native media seek events51197faCode style📊 Changes
3 files changed (+6 additions, -3 deletions)
View changed files
📝
Cargo.lock(+2 -2)📝
psst-gui/Cargo.toml(+1 -1)📝
psst-gui/src/controller/playback.rs(+3 -0)📄 Description
Update the version of souvlaki to support MacOS media progress events, and take advantage of those events. Resolves part of https://github.com/jpochyla/psst/issues/350
Before:

After:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.