mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-02-13 13:59:36 +02:00
Fix video not loading #808
Route collision with thumbnail path and video path. Results in videos not loading properly.
This commit is contained in:
parent
649e7a9a7e
commit
da9c79a533
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user