1
0
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:
Patrik J. Braun 2024-02-06 23:39:34 +01:00 committed by GitHub
commit 7d7baef519
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);