This commit is contained in:
2019-11-13 09:47:47 +01:00
parent d68885fb91
commit e78cb51c8f
4 changed files with 5 additions and 3 deletions
@@ -745,7 +745,7 @@
// launch audio player and stop here
if($link.is('.audio-link')){
// check if caller is lastdocs block
caller = $link.parents('.lastdocs').length ? 'lastdocs' : null;
caller = $link.parents('.lastdocs, .lastdocs-home').length ? 'lastdocs' : null;
// open audio player
_audioPlayer
.emmit('stop-shuffle')