Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
d5ae943d
Verified
Commit
d5ae943d
authored
Jan 25, 2023
by
Chocobozzz
Browse files
Support short UUID for custom markup videos
parent
3a380e9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/app/shared/shared-search/find-in-bulk.service.ts
View file @
d5ae943d
...
...
@@ -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
})
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment