mirror of
https://github.com/yattee/yattee.git
synced 2024-11-14 01:58:24 +00:00
Merge pull request #653 from stonerl/mpvkit-0-38-0
upgrade to mpvkit-0.38.0
This commit is contained in:
commit
8a7e4c84b5
@ -140,6 +140,10 @@ final class MPVClient: ObservableObject {
|
|||||||
|
|
||||||
args.append("replace")
|
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 {
|
if let time, time.seconds > 0 {
|
||||||
options.append("start=\(Int(time.seconds))")
|
options.append("start=\(Int(time.seconds))")
|
||||||
}
|
}
|
||||||
|
@ -5003,8 +5003,8 @@
|
|||||||
isa = XCRemoteSwiftPackageReference;
|
isa = XCRemoteSwiftPackageReference;
|
||||||
repositoryURL = "https://github.com/cxfksword/MPVKit.git";
|
repositoryURL = "https://github.com/cxfksword/MPVKit.git";
|
||||||
requirement = {
|
requirement = {
|
||||||
kind = revision;
|
kind = upToNextMinorVersion;
|
||||||
revision = dca1e345a26d09a3d621d7656a94e6427f3f7b83;
|
minimumVersion = 0.38.0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
/* End XCRemoteSwiftPackageReference section */
|
/* End XCRemoteSwiftPackageReference section */
|
||||||
|
@ -60,7 +60,8 @@
|
|||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/cxfksword/MPVKit.git",
|
"location" : "https://github.com/cxfksword/MPVKit.git",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "dca1e345a26d09a3d621d7656a94e6427f3f7b83"
|
"revision" : "f646e4b625e9c8a2ff22a7e0bb5557306300be5d",
|
||||||
|
"version" : "0.38.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user