diff options
-rw-r--r-- | client/src/app/shared/shared-search/find-in-bulk.service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-search/find-in-bulk.service.ts b/client/src/app/shared/shared-search/find-in-bulk.service.ts index d6ee04379..125d5e2b8 100644 --- a/client/src/app/shared/shared-search/find-in-bulk.service.ts +++ b/client/src/app/shared/shared-search/find-in-bulk.service.ts | |||
@@ -40,7 +40,7 @@ export class FindInBulkService { | |||
40 | 40 | ||
41 | return this.getData({ | 41 | return this.getData({ |
42 | observableObject: this.getVideoInBulk, | 42 | observableObject: this.getVideoInBulk, |
43 | finder: v => v.uuid === uuid, | 43 | finder: v => v.uuid === uuid || v.shortUUID === uuid, |
44 | param: uuid | 44 | param: uuid |
45 | }) | 45 | }) |
46 | } | 46 | } |