Browse Source

enable shuffle autoplay on user elements ajax

Bastien Sevajol 8 years ago
parent
commit
3448b85051
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/Muzich/HomeBundle/Controller/ShowController.php

+ 3 - 1
src/Muzich/HomeBundle/Controller/ShowController.php View File

@@ -207,7 +207,9 @@ class ShowController extends Controller
207 207
         'viewed_user'      => $viewed_user,
208 208
         'elements'         => $elements,
209 209
         'tag_ids_json'     => $tags_ids_json,
210
-        $type              => $object
210
+        $type              => $object,
211
+        'autoplay_shuffle' => 'elements_get_filter_data_autoplay_show',
212
+        'autoplay_shuffle_show_type' => 'user'
211 213
       ))->getContent();
212 214
     }
213 215