Skip to content

Commit

Permalink
.jpg
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangtian616 committed Oct 11, 2024
1 parent 3c8452a commit 8c9dcb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/utils/file_util.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class FileUtil {
static final RegExp _archivePathPattern = RegExp(r'Archive - \d+ - .*');

static bool isImageExtension(String path) {
return path.endsWith('.jpg') || path.endsWith('.png') || path.endsWith('.gif') || path.endsWith('.jpeg');
return path.endsWith('.jpg') || path.endsWith('.JPG') || path.endsWith('.png') || path.endsWith('.gif') || path.endsWith('.jpeg');
}

static bool isJHenTaiGalleryDirectory(Directory directory) {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: jhentai
description: A flutter app for E-Hentai/EXHentai

publish_to: 'none'
version: 8.0.3+260
version: 8.0.3+261

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit 8c9dcb3

Please sign in to comment.