Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on building Player using playlist plugin on safari #197

Open
jocarise opened this issue May 19, 2021 · 0 comments
Open

Error on building Player using playlist plugin on safari #197

jocarise opened this issue May 19, 2021 · 0 comments

Comments

@jocarise
Copy link

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
        }
    });
@jocarise jocarise changed the title Error on building Player using playlist plugin on safari Error on building Player using playlist plugin on safari [bug] May 19, 2021
@jocarise jocarise changed the title Error on building Player using playlist plugin on safari [bug] Error on building Player using playlist plugin on safari May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant