mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
todo for videos page added
This commit is contained in:
parent
02ee397d95
commit
d8332ea911
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ const Board = () => {
|
|||
switch (event.value) {
|
||||
case 'play': {
|
||||
// TODO check streams storage
|
||||
// TODO add videos page to the history stack if needed
|
||||
window.location = `#/metadetails/${encodeURIComponent(event.dataset.type)}/${encodeURIComponent(event.dataset.id)}${event.dataset.videoId !== null ? `/${encodeURIComponent(event.dataset.videoId)}` : ''}`;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue