fixed #536
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user