mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Make webp default format for images
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ use Spatie\LaravelPasskeys\Http\Controllers\GeneratePasskeyAuthenticationOptions
|
||||
|
||||
// Serve cover images from storage - Must be public (no auth required)
|
||||
Route::get('/covers/{type}/{filename}', [CoverController::class, 'show'])
|
||||
->where('type', 'anime|audio|audiosample|book|console|games|movies|music|preview|sample|tvrage|video')
|
||||
->where('type', 'anime|audio|audiosample|book|console|games|movies|music|preview|sample|tvrage|video|tvshows')
|
||||
->where('filename', '.*')
|
||||
->name('covers.show');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user