fixed build

This commit is contained in:
Alex 2024-09-30 11:34:55 +07:00
parent 8e90913e0f
commit 39017922a9
No known key found for this signature in database
GPG Key ID: 53CD082B3A5E1082

View File

@ -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++) {