mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
deep links in library fixed
This commit is contained in:
parent
130fd34db9
commit
32424f67fe
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ const map = (library) => ({
|
|||
libItem.state.timeOffset / libItem.state.duration
|
||||
:
|
||||
null,
|
||||
deepLinks: libItem.deepLinks
|
||||
deepLinks: libItem.deep_links
|
||||
}))
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue