pathephone-web
pathephone-web copied to clipboard
Track down audio caching status
While working on #12 I've noticed there is no ground for tracking audio caching status. Currently such logic required by PlaylistTrackContainer.jsx
module only.
Expected project changes include:
- add new field to playlist track type, that will represent unique audio id.
-
useAudioIsCachedFlag
hook, that receives audio id and returns boolean. - ...
Not critical for upcoming release.