aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'server/helpers')
-rw-r--r--server/helpers/utils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/helpers/utils.ts b/server/helpers/utils.ts
index ba07eaaf3..4c6f200f8 100644
--- a/server/helpers/utils.ts
+++ b/server/helpers/utils.ts
@@ -40,7 +40,7 @@ const getServerActor = memoizee(async function () {
40 actor.Account = application.Account 40 actor.Account = application.Account
41 41
42 return actor 42 return actor
43}) 43}, { promise: true })
44 44
45function generateVideoImportTmpPath (target: string | ParseTorrent) { 45function generateVideoImportTmpPath (target: string | ParseTorrent) {
46 const id = typeof target === 'string' ? target : target.infoHash 46 const id = typeof target === 'string' ? target : target.infoHash