Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/galleryfileaction.js')
-rw-r--r--js/galleryfileaction.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/galleryfileaction.js b/js/galleryfileaction.js
index 04264063..314d2e10 100644
--- a/js/galleryfileaction.js
+++ b/js/galleryfileaction.js
@@ -170,7 +170,7 @@ $(document).ready(function () {
// Retrieve the config as well as the list of supported media types.
// The list of media files is retrieved when the user clicks on a row
- var url = window.galleryFileAction.buildGalleryUrl('config', '', {slideshow: 1});
+ var url = window.galleryFileAction.buildGalleryUrl('config', '', {extramediatypes: 1});
$.getJSON(url).then(function (config) {
if (!$.isEmptyObject(config.features)) {
window.galleryFileAction.config = config.features;