diff options
author | Chocobozzz <me@florianbigard.com> | 2022-10-12 16:09:02 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2022-10-24 14:48:24 +0200 |
commit | 3545e72c686ff1725bbdfd8d16d693e2f4aa75a3 (patch) | |
tree | e7f1d12ef5dae1e1142c3a8d0b681c1dbbb0de10 /client/src/app/helpers/utils | |
parent | 38a3ccc7f8ad0ea94362b58c732af7c387ab46be (diff) | |
download | PeerTube-3545e72c686ff1725bbdfd8d16d693e2f4aa75a3.tar.gz PeerTube-3545e72c686ff1725bbdfd8d16d693e2f4aa75a3.tar.zst PeerTube-3545e72c686ff1725bbdfd8d16d693e2f4aa75a3.zip |
Put private videos under a specific subdirectory
Diffstat (limited to 'client/src/app/helpers/utils')
-rw-r--r-- | client/src/app/helpers/utils/url.ts | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/src/app/helpers/utils/url.ts b/client/src/app/helpers/utils/url.ts index 08c27e3c1..9e7dc3e6f 100644 --- a/client/src/app/helpers/utils/url.ts +++ b/client/src/app/helpers/utils/url.ts | |||
@@ -54,8 +54,9 @@ function objectToFormData (obj: any, form?: FormData, namespace?: string) { | |||
54 | } | 54 | } |
55 | 55 | ||
56 | export { | 56 | export { |
57 | objectToFormData, | ||
58 | getAbsoluteAPIUrl, | 57 | getAbsoluteAPIUrl, |
59 | getAPIHost, | 58 | getAPIHost, |
60 | getAbsoluteEmbedUrl | 59 | getAbsoluteEmbedUrl, |
60 | |||
61 | objectToFormData | ||
61 | } | 62 | } |