reddit is back!

- fixed reddit support (i had no idea older posts had a different naming pattern for media files)
- improved russian localisation
- now frontend handles more unexpected api errors in case something goes absolutely wrong
This commit is contained in:
wukko
2022-07-22 14:05:36 +06:00
parent 86d45f63c9
commit 8d275b0213
10 changed files with 59 additions and 42 deletions

View File

@@ -15,7 +15,7 @@ export function createStream(obj) {
id: streamUUID,
service: obj.service,
type: obj.type,
urls: obj.urls,
urls: obj.u,
filename: obj.filename,
hmac: ghmac,
ip: iphmac,