mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
upgrade to mpvkit-0.38.0
subtitles are working gain (was broken with 0.37.0)
This commit is contained in:
@@ -138,6 +138,10 @@ final class MPVClient: ObservableObject {
|
||||
|
||||
args.append("replace")
|
||||
|
||||
// needed since mpvkit 0.38.0
|
||||
// https://github.com/mpv-player/mpv/issues/13806#issuecomment-2029818905
|
||||
args.append("-1")
|
||||
|
||||
if let time, time.seconds > 0 {
|
||||
options.append("start=\(Int(time.seconds))")
|
||||
}
|
||||
|
Reference in New Issue
Block a user