Baseflow / XamarinMediaManager

Cross platform Xamarin plugin to play and control Audio and Video
https://baseflow.com
MIT License
769 stars 306 forks source link

MediaItemChanged event is triggered every time a single media item is played #785

Open EddieNoureddine opened 3 years ago

EddieNoureddine commented 3 years ago

🔙 Regression

Old (and correct) behavior

When playing a single media Item for the first time from a collection or from a single URL the event should not fire as there is no change in Media Item, and it did not fire in the previous version (1.0.7) which is normal.

Current behavior

MediaItemChanged event is fired every time a media item is played for the first time, even though there is only one item to play

Reproduction steps

Configuration

Xamarin forms 5.0, vs 2019 Version: 1.0.8

Platform:

pcdus commented 3 years ago

Hi @EddieNoureddine Do you found a solution? Or do you use the previous version of the package?

EddieNoureddine commented 3 years ago

Hi @Goldstrike Just rolled back to previous version

pcdus commented 3 years ago

@EddieNoureddine Thank you for your answer!