Skip to content

Problem while updating playlist #60

@ghost

Description

Hello, i am facing a problem when i update my playlist run time. what i need to do is load songs based on user preferences. when my current song is playing and i load new songs my current playing song stops in mobile. When i use clearPlaylist it doesnt work but if i remove songs from playlist then it works fine in web but song stops in mobile. I want to load new songs without halting the current playing song.
is there any way to start song from particular time ?? like play song from 1:10

here is my code ::

$timeout(function() {
angularPlayer.clearPlaylist(function(result){
angularPlayer.addTrack(song);
});
},0);

Please help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions