mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
Merge pull request #827 from BluSyn/patch-1
Fix video not loading, fixes #808
This commit is contained in:
commit
7d7baef519
@ -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…
Reference in New Issue
Block a user