You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.
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.
...
The text was updated successfully, but these errors were encountered:
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:
useAudioIsCachedFlag
hook, that receives audio id and returns boolean.The text was updated successfully, but these errors were encountered: