From 32424f67fe36f8bf950c2bed05409b1ac5ceadcd Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Thu, 22 Oct 2020 12:54:05 +0300 Subject: [PATCH] deep links in library fixed --- src/routes/Library/useLibrary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Library/useLibrary.js b/src/routes/Library/useLibrary.js index 462c2adcd..075da022f 100644 --- a/src/routes/Library/useLibrary.js +++ b/src/routes/Library/useLibrary.js @@ -24,7 +24,7 @@ const map = (library) => ({ libItem.state.timeOffset / libItem.state.duration : null, - deepLinks: libItem.deepLinks + deepLinks: libItem.deep_links })) });