Skip to content

Commit

Permalink
docs: Add note about the result of calling storage.store twice
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad committed Apr 10, 2024
1 parent 3b5a71c commit e8f84a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/tutorials/offline.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,9 @@ you want.
At this point, the content is now stored offline and it's ready to be played.
Next we will add functionality to play offline content.

Note: If you call `storage.store` twice with the same manifestUri as input,
you'll download the same manifestUri twice.

## Playing Offline Content

Now that we have stored some content, we want to play it. To do this, resolve
Expand Down

0 comments on commit e8f84a5

Please sign in to comment.