mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-05 09:09:44 +00:00
Revert "fix: play pause button in android pip"
This reverts commit 9c7763d582.
This commit is contained in:
parent
f67b70e8a4
commit
d88be22a52
3 changed files with 11 additions and 1 deletions
|
|
@ -37,6 +37,7 @@
|
|||
"@capacitor/ios": "^6.1.1",
|
||||
"@capacitor/local-notifications": "^6.0.0",
|
||||
"@capacitor/status-bar": "^6.0.0",
|
||||
"@jofr/capacitor-media-session": "^4.0.0",
|
||||
"capacitor-nodejs": "https://github.com/hampoelz/Capacitor-NodeJS/releases/download/v1.0.0-beta.7/capacitor-nodejs.tgz",
|
||||
"capacitor-plugin-safe-area": "^3.0.3",
|
||||
"capacitor-volume-control": "^0.0.1",
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ export class AutoUpdater {
|
|||
|
||||
if (build.length === 7) {
|
||||
const architectureCode = parseInt(build.substring(0, 1));
|
||||
// console.log(architectureCode)
|
||||
console.log(architectureCode)
|
||||
|
||||
if (architectureCode < 5) {
|
||||
for (const [arch, code] of Object.entries(versionMap)) {
|
||||
|
|
|
|||
|
|
@ -674,6 +674,11 @@ packages:
|
|||
resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
'@jofr/capacitor-media-session@4.0.0':
|
||||
resolution: {integrity: sha512-IGfc6BUzeeR0sJkk+0/jij3l0h78NdTqPMwBc9LXZrojtiqNtg4tw3CnIkYGccwZ/0glV3hPl8HVNTElOPVCyg==}
|
||||
peerDependencies:
|
||||
'@capacitor/core': ^6.0.0
|
||||
|
||||
'@jridgewell/gen-mapping@0.3.5':
|
||||
resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==}
|
||||
engines: {node: '>=6.0.0'}
|
||||
|
|
@ -6173,6 +6178,10 @@ snapshots:
|
|||
wrap-ansi: 8.1.0
|
||||
wrap-ansi-cjs: wrap-ansi@7.0.0
|
||||
|
||||
'@jofr/capacitor-media-session@4.0.0(@capacitor/core@6.1.1)':
|
||||
dependencies:
|
||||
'@capacitor/core': 6.1.1
|
||||
|
||||
'@jridgewell/gen-mapping@0.3.5':
|
||||
dependencies:
|
||||
'@jridgewell/set-array': 1.2.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue