Przeglądaj źródła

Anomalie #805: Listes de lectures: click autoplay: mauvaise piste

Bastien Sevajol 11 lat temu
rodzic
commit
b3ba9375a2

+ 1 - 1
src/Muzich/CoreBundle/Managers/PlaylistManager.php Wyświetl plik

@@ -82,7 +82,7 @@ class PlaylistManager
82 82
     
83 83
     if ($offset)
84 84
     {
85
-      $query_builder->setFirstResult( $offset-1 )
85
+      $query_builder->setFirstResult( $offset )
86 86
         ->setMaxResults( count($element_ids) );
87 87
     }
88 88