pathephone-web icon indicating copy to clipboard operation
pathephone-web copied to clipboard

Track down audio caching status

Open negamaxi opened this issue 5 years ago • 1 comments

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.
  • ...

negamaxi avatar Mar 09 '19 09:03 negamaxi

Not critical for upcoming release.

negamaxi avatar Jul 22 '19 07:07 negamaxi