Baseflow / ExoPlayerXamarin

Xamarin bindings library for the Google ExoPlayer library
https://baseflow.com
MIT License
152 stars 67 forks source link

Fix notification manager listener binding #149

Closed janwiebe-jump closed 1 year ago

janwiebe-jump commented 1 year ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

The generated PlayerNotificationManager.Listener interface didn't contain methods. Due to this, the foreground service in MediaManager was never started.

:arrow_heading_down: What is the current behavior?

:new: What is the new behavior (if this is a feature change)?

:boom: Does this PR introduce a breaking change?

:bug: Recommendations for testing

:memo: Links to relevant issues/docs

:thinking: Checklist before submitting