Skip to content

Commit

Permalink
revert broken translations
Browse files Browse the repository at this point in the history
  • Loading branch information
lamarios committed Dec 15, 2024
1 parent 4dd37be commit 038fc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/states/thumbnail.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ThumbnailCubit extends Cubit<ThumbnailState> {
}

onThumbnailFailed() {
_log.info('Failed to load thumbnail, trying another one');
_log.fine('Failed to load thumbnail ${state.selected}, trying another one');
if (state.urls.isNotEmpty) {
List<String> thumbnails = List.from(state.urls);
thumbnails.removeAt(0);
Expand Down

0 comments on commit 038fc6f

Please sign in to comment.