Support short UUID for custom markup videos
This commit is contained in:
parent
3a380e9a71
commit
d5ae943da9
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ export class FindInBulkService {
|
|||
|
||||
return this.getData({
|
||||
observableObject: this.getVideoInBulk,
|
||||
finder: v => v.uuid === uuid,
|
||||
finder: v => v.uuid === uuid || v.shortUUID === uuid,
|
||||
param: uuid
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue