Skip to content

Commit

Permalink
Fix google drive album thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-pratik-k committed Jan 7, 2025
1 parent 70f33d8 commit 67b14e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/lib/apis/google_drive/google_drive_endpoint.dart
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ class GoogleDriveGetEndpoint extends Endpoint {
const GoogleDriveGetEndpoint({
required this.id,
this.fields =
'nextPageToken, files(id, name, description, mimeType, thumbnailLink, webContentLink, createdTime, modifiedTime, size, imageMediaMetadata, videoMediaMetadata, appProperties)',
'id, name, description, mimeType, thumbnailLink, webContentLink, createdTime, modifiedTime, size, imageMediaMetadata, videoMediaMetadata, appProperties',
});

@override
Expand Down
2 changes: 1 addition & 1 deletion data/lib/domain/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ class LocalDatabaseConstants {
}

class FeatureFlag {
static final googleDriveSupport = false;
static final googleDriveSupport = true;
}

0 comments on commit 67b14e6

Please sign in to comment.