mirror of
https://github.com/immich-app/immich.git
synced 2025-04-21 23:38:34 +02:00
Co-authored-by: Yun Jiang <yjiang@pulsesecure.net>
This commit is contained in:
parent
d8b602f757
commit
f46abbb5b5
1 changed files with 1 additions and 0 deletions
|
@ -349,6 +349,7 @@ class BackgroundService {
|
|||
Future<bool> _onAssetsChanged() async {
|
||||
final Isar db = await loadDb();
|
||||
|
||||
HttpOverrides.global = HttpSSLCertOverride();
|
||||
ApiService apiService = ApiService();
|
||||
apiService.setAccessToken(Store.get(StoreKey.accessToken));
|
||||
AppSettingsService settingService = AppSettingsService();
|
||||
|
|
Loading…
Add table
Reference in a new issue