Bugfix for player.
authorRadek Czajka <rczajka@rczajka.pl>
Tue, 14 Jul 2020 14:06:58 +0000 (16:06 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 10 Sep 2020 12:15:11 +0000 (14:15 +0200)
src/catalogue/static/player/player.js

index 6399379..64a21d2 100644 (file)
@@ -24,6 +24,7 @@
                     $(".title", $root).html(li.html());
                     player.jPlayer("setMedia", media);
                     player.jPlayer("pause", time);
+                    return player;
                 };
 
                 $('.play-next', $root).click(function() {