diff --git a/azusa-player-mobile b/azusa-player-mobile index ebb1b20..69eeaa4 160000 --- a/azusa-player-mobile +++ b/azusa-player-mobile @@ -1 +1 @@ -Subproject commit ebb1b20860951eedc563cf80081dc001cb0d8641 +Subproject commit 69eeaa4c8c846dc8086e9641745bacb28356210e diff --git a/package.json b/package.json index 3403d49..39eabcc 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "react-window": "^1.8.10", "stream-browserify": "^3.0.0", "util": "^0.12.5", - "uuid": "^11.0.2", + "uuid": "^11.0.3", "youtubei.js": "^11.0.1", "zustand": "^5.0.1" }, diff --git a/src/stores/useInitializeStore.ts b/src/stores/useInitializeStore.ts index d087c71..2ac5603 100644 --- a/src/stores/useInitializeStore.ts +++ b/src/stores/useInitializeStore.ts @@ -2,6 +2,7 @@ import { initializeR128Gain } from '@APM/utils/ffmpeg/r128Store'; import { initialize as initializeAppStore } from '@APM/stores/appStore'; import { useNoxSetting } from '@APM/stores/useApp'; import { initPlayerObject, importStorageRaw } from '@utils/ChromeStorage'; +import { initialize as initializeRegexStore } from './regexStore'; import useApp from '@stores/useApp'; import versionUpdate from '@utils/versionupdater/versionupdater'; @@ -12,6 +13,7 @@ const useInitializeStore = () => { const initializeStores = async () => { await versionUpdate(); initializeAppStore(); + await initializeRegexStore(); initializeR128Gain(); const initializedObject = await initPlayerObject(); initApp(initializedObject); diff --git a/yarn.lock b/yarn.lock index 1c1a055..ec95b12 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9404,7 +9404,7 @@ __metadata: tsconfig-paths-webpack-plugin: "npm:^4.1.0" typescript: "npm:^5.6.3" util: "npm:^0.12.5" - uuid: "npm:^11.0.2" + uuid: "npm:^11.0.3" webpack: "npm:^5.96.1" webpack-cli: "npm:^5.1.4" webpack-config-utils: "npm:^2.3.1" @@ -12429,12 +12429,12 @@ __metadata: languageName: node linkType: hard -"uuid@npm:^11.0.2": - version: 11.0.2 - resolution: "uuid@npm:11.0.2" +"uuid@npm:^11.0.3": + version: 11.0.3 + resolution: "uuid@npm:11.0.3" bin: uuid: dist/esm/bin/uuid - checksum: 10c0/bd0670a0d6f77f1932da7544c51c32ceb467f3835382df2265f3275c4981d32c136a08a4369fb027ecfffd0b2ae48f19a28266ef636c7347264d5720e85d5ba0 + checksum: 10c0/cee762fc76d949a2ff9205770334699e0043d52bb766472593a25f150077c9deed821230251ea3d6ab3943a5ea137d2826678797f1d5f6754c7ce5ce27e9f7a6 languageName: node linkType: hard