diff --git a/src/backend/routes/GalleryRouter.ts b/src/backend/routes/GalleryRouter.ts index 25bdd4ac..526da5a0 100644 --- a/src/backend/routes/GalleryRouter.ts +++ b/src/backend/routes/GalleryRouter.ts @@ -16,9 +16,9 @@ export class GalleryRouter { this.addGetImageIcon(app); this.addGetVideoIcon(app); this.addGetResizedPhoto(app); + this.addGetBestFitVideo(app); this.addGetVideoThumbnail(app); this.addGetImage(app); - this.addGetBestFitVideo(app); this.addGetVideo(app); this.addGetMetaFile(app); this.addGetBestFitMetaFile(app);