mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Make webp default format for images
This commit is contained in:
@@ -6,7 +6,7 @@ import Alpine from '@alpinejs/csp';
|
||||
const prefetchedUrls = new Set();
|
||||
|
||||
function buildImageUrl(guid, type) {
|
||||
return '/covers/' + (type || 'preview') + '/' + guid + '_thumb.jpg';
|
||||
return '/covers/' + (type || 'preview') + '/' + guid + '_thumb.webp';
|
||||
}
|
||||
|
||||
function prefetchImage(guid, type) {
|
||||
|
||||
Reference in New Issue
Block a user