Skip to content
GitLab
Menu
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
fd59208e
Verified
Commit
fd59208e
authored
Aug 03, 2022
by
Chocobozzz
Browse files
Fix lint
parent
84992f56
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/lib/model-loaders/video.ts
View file @
fd59208e
...
...
@@ -8,7 +8,6 @@ import {
MVideoThumbnail
}
from
'
@server/types/models
'
type
VideoLoadType
=
'
for-api
'
|
'
all
'
|
'
only-video
'
|
'
id
'
|
'
none
'
|
'
only-immutable-attributes
'
function
loadVideo
(
id
:
number
|
string
,
fetchType
:
'
for-api
'
,
userId
?:
number
):
Promise
<
MVideoFormattableDetails
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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