mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Remove deprecated server code
This commit is contained in:
parent
11fd3a4618
commit
3842a527f6
39 changed files with 40 additions and 173 deletions
|
@ -82,18 +82,6 @@ export class VideosCommand extends AbstractCommand {
|
|||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
getDescription (options: OverrideCommandOptions & {
|
||||
descriptionPath: string
|
||||
}) {
|
||||
return this.getRequestBody<{ description: string }>({
|
||||
...options,
|
||||
path: options.descriptionPath,
|
||||
|
||||
implicitToken: false,
|
||||
defaultExpectedStatus: HttpStatusCode.OK_200
|
||||
})
|
||||
}
|
||||
|
||||
getFileMetadata (options: OverrideCommandOptions & {
|
||||
url: string
|
||||
}) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue