Melanie
Melanie
Offline
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

Accepted Answer

Monday, October 17 2016, 04:43 PM - #Permalink
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

repet: true,


set it to:

repeat: false,
The reply is currently minimized Show
Responses (1)
  • Accepted Answer

    Melanie
    Melanie
    Offline
    Monday, October 17 2016, 06:39 PM - #Permalink
    0
    Thank you - exactly what I needed.

    Mel
    The reply is currently minimized Show
Your Reply