diff options
Diffstat (limited to 'server/controllers/static.ts')
-rw-r--r-- | server/controllers/static.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/controllers/static.ts b/server/controllers/static.ts index 2fd14131e..b20bafc76 100644 --- a/server/controllers/static.ts +++ b/server/controllers/static.ts | |||
@@ -37,7 +37,6 @@ staticRouter.use( | |||
37 | ) | 37 | ) |
38 | 38 | ||
39 | // Video previews path for express | 39 | // Video previews path for express |
40 | const previewsPhysicalPath = CONFIG.STORAGE.PREVIEWS_DIR | ||
41 | staticRouter.use( | 40 | staticRouter.use( |
42 | STATIC_PATHS.PREVIEWS + ':uuid.jpg', | 41 | STATIC_PATHS.PREVIEWS + ':uuid.jpg', |
43 | getPreview | 42 | getPreview |