lbry-desktop/ui
infinite-persistence de206162f9
getHtml/routes/rss: fetch streaming_url instead of generating it.
## Issues from the initial attempt
- There are 2 versions of `Lbry` and `buildURI` -- the app and web-server version.  There are subtle differences between them, and for the app case, importing the web-server version results in a query into an invalid URL.
- It changed the function from returning a string to returning a promise.

## Changes
- Since the new function (renamed to `fetchStreamUrl` for clarity) is currently only needed for web-server, I moved it into the `web` folder to avoid misuse in app.
- Await on the promise. Unfortunately, this also means the entire chain of function calls need to be adjusted to be `async`.
2022-05-13 20:23:17 +08:00
..
component 1317: Log and send totalPlayingTime 2022-05-12 18:35:20 -04:00
constants Update /$/live to use latest API 2022-05-11 07:57:44 -04:00
contexts Category: Hide "Repost" from ContentType filter, except for WildWest 2022-04-25 08:49:46 -04:00
effects useGetThumbnail: fetch streaming_url instead of generating it. 2022-05-13 18:19:20 +08:00
modal Fix crashing when uri has spaces 2022-05-02 09:39:01 -04:00
page Fix 'freshness' filter not working in Category Pages 2022-05-12 15:37:01 +08:00
redux Recsys: pass isFollowing and incognito 2022-05-12 18:35:20 -04:00
scss Suppress latest floater ad 2022-05-11 10:24:43 -04:00
util getHtml/routes/rss: fetch streaming_url instead of generating it. 2022-05-13 20:23:17 +08:00
analytics.js Thumbnail improvements 2022-03-21 13:13:25 -04:00
app.js
comments.js Remove custom comments server 2022-02-03 10:24:58 -05:00
i18n.js Add env to auto report new strings in console 2022-01-05 00:26:31 -08:00
index.jsx Consolidate legal/requirements fetch 2022-03-17 10:25:59 -04:00
lbry.js Restore SDK error logging, limiting to support_create. 2022-05-12 08:43:59 -04:00
logWarningConsoleMessage.js
native.js
reducers.js Support resume-able upload via tus (#186) 2021-11-10 13:16:16 -05:00
rewards.js Change logic for daily reward claiming to weekly 2021-12-23 02:40:58 -05:00
store.js Patch to restore position upon returning to video until more fully fleshed out fix can be introduced (#817) 2022-02-07 12:51:26 -05:00