mirror of https://github.com/Chocobozzz/PeerTube
Fix short uuid use in custom playlist markup
parent
c1fe77b993
commit
42c78c7fcc
|
@ -60,7 +60,7 @@ export class FindInBulkService {
|
|||
|
||||
return this.getData({
|
||||
observableObject: this.getPlaylistInBulk,
|
||||
finder: p => p.uuid === uuid,
|
||||
finder: p => p.uuid === uuid || p.shortUUID === uuid,
|
||||
param: uuid
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue