mediaelement/mediaelement-plugins

Error on building Player using playlist plugin on safari

jocarise opened this issue · 0 comments

Only gives me that error on Safari and the entire player dont work , on Chrome and Firefox works great.

Log Error stack
Screen Shot 2021-05-19 at 1 39 45 PM

This is the code to initialize the mediaplayer

    mediaElement = document.querySelector('.playback-bar #audio_list');
    mediaPlayer = new MediaElementPlayer(mediaElement, {
        features: ['prevtrack', 'playpause', 'nexttrack', 'current', 'progress', 'duration', 'volume','playlist'],
        success: function(media){
           //MORE FUNCTIONS
        }
    });