mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:06:56 -04:00
fixed build
This commit is contained in:
parent
8e90913e0f
commit
39017922a9
@ -186,8 +186,8 @@ class AlbumService {
|
|||||||
bool changes = false;
|
bool changes = false;
|
||||||
try {
|
try {
|
||||||
final albumList = await Future.wait([
|
final albumList = await Future.wait([
|
||||||
_apiService.albumsApi.getAllAlbums(shared: true),
|
// _apiService.albumsApi.getAllAlbums(shared: true),
|
||||||
_apiService.albumsApi.getAllAlbums(shared: false),
|
// _apiService.albumsApi.getAllAlbums(shared: false),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// for (int i = 0; i < albumList.length; i++) {
|
// for (int i = 0; i < albumList.length; i++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user