SubmarinerApp / Submariner

A Subsonic client for macOS
https://submarinerapp.com
BSD 3-Clause "New" or "Revised" License
123 stars 3 forks source link

Use observers for AVPlayer status #77

Closed NattyNarwhal closed 1 year ago

NattyNarwhal commented 1 year ago

No need for a timer that takes up cycles more than already playing. Apple seems to recommend this.

This was blocking on GH-67, but now can be done.