mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08: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.addGetImageIcon(app);
|
||||||
this.addGetVideoIcon(app);
|
this.addGetVideoIcon(app);
|
||||||
this.addGetResizedPhoto(app);
|
this.addGetResizedPhoto(app);
|
||||||
|
this.addGetBestFitVideo(app);
|
||||||
this.addGetVideoThumbnail(app);
|
this.addGetVideoThumbnail(app);
|
||||||
this.addGetImage(app);
|
this.addGetImage(app);
|
||||||
this.addGetBestFitVideo(app);
|
|
||||||
this.addGetVideo(app);
|
this.addGetVideo(app);
|
||||||
this.addGetMetaFile(app);
|
this.addGetMetaFile(app);
|
||||||
this.addGetBestFitMetaFile(app);
|
this.addGetBestFitMetaFile(app);
|
||||||
|
Loading…
Reference in New Issue
Block a user