0
Hi,
is it possible to not have a song play again automatically? It seems to be on a loop. I have gone through configuration and cannot see a setting for this.
Also, can a user chose to unsubscribe from the desktop notifications?
Kind regards
Mel
is it possible to not have a song play again automatically? It seems to be on a loop. I have gone through configuration and cannot see a setting for this.
Also, can a user chose to unsubscribe from the desktop notifications?
Kind regards
Mel
Accepted Answer
0
there's no option to un-subscribe from desktop notifications from MC configuration. this is actually something he can block form the BROWSER's configuration.
to avoid the loop on the player, you need a small code modification
it's in file /plugins/muscolplayers/jwplayer/jwplayer.php line 71
it says
set it to:
to avoid the loop on the player, you need a small code modification
it's in file /plugins/muscolplayers/jwplayer/jwplayer.php line 71
it says
repet: true,
set it to:
repeat: false,
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »