From ef60ccd9d20731009a0f48f3870cf0519f4081ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Velad=20Galv=C3=A1n?= Date: Thu, 11 Apr 2024 08:08:34 +0200 Subject: [PATCH] docs: Add note about the result of calling storage.store twice (#6431) Closes https://github.com/shaka-project/shaka-player/issues/6338 --- docs/tutorials/offline.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/tutorials/offline.md b/docs/tutorials/offline.md index 2bb5807678..b9acaa9930 100644 --- a/docs/tutorials/offline.md +++ b/docs/tutorials/offline.md @@ -339,6 +339,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