Support short UUID for custom markup videos
This commit is contained in:
parent
3a380e9a71
commit
d5ae943da9
|
@ -40,7 +40,7 @@ export class FindInBulkService {
|
||||||
|
|
||||||
return this.getData({
|
return this.getData({
|
||||||
observableObject: this.getVideoInBulk,
|
observableObject: this.getVideoInBulk,
|
||||||
finder: v => v.uuid === uuid,
|
finder: v => v.uuid === uuid || v.shortUUID === uuid,
|
||||||
param: uuid
|
param: uuid
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue