Browse Source

autoplay sguffle on my favorites page

Bastien Sevajol 8 years ago
parent
commit
cfc2572797

+ 3 - 1
src/Muzich/FavoriteBundle/Resources/views/Favorite/myList.html.twig View File

@@ -17,7 +17,9 @@
17 17
   
18 18
   {% include "MuzichCoreBundle:SearchElement:default.html.twig" with{
19 19
       'display_autoplay'     : true,
20
-      'autoplay_context'     : 'favorite_my'
20
+      'autoplay_context'     : 'favorite_my',
21
+      'autoplay_shuffle'     : 'elements_get_filter_data_autoplay_favorite',
22
+      'autoplay_context'     : 'favorite_user'
21 23
   } %}
22 24
   
23 25
   {% if elements|length %}