deep links in library fixed

This commit is contained in:
nklhrstv 2020-10-22 12:54:05 +03:00
parent 130fd34db9
commit 32424f67fe

View file

@ -24,7 +24,7 @@ const map = (library) => ({
libItem.state.timeOffset / libItem.state.duration
:
null,
deepLinks: libItem.deepLinks
deepLinks: libItem.deep_links
}))
});