Skip to content

Commit

Permalink
Enable thumbs for all filetypes
Browse files Browse the repository at this point in the history
Hydrus supports this now for a while
  • Loading branch information
floogulinc committed Sep 14, 2022
1 parent b6cdf7a commit 9fac77b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/hydrus-files.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export class HydrusFilesService {
}

hasThumbnail(mime: string) {
return ([
/* return ([
'application/x-shockwave-flash',
'image/jpeg',
'image/jpg',
Expand All @@ -94,7 +94,8 @@ export class HydrusFilesService {
'video/webm',
'application/x-photoshop',
'application/clip'
].includes(mime));
].includes(mime)); */
return true;
}


Expand Down

0 comments on commit 9fac77b

Please sign in to comment.