mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Remove deprecated server code
This commit is contained in:
@@ -15,7 +15,6 @@ export class VideoDetails extends Video implements VideoDetailsServerModel {
|
||||
declare channel: VideoChannel
|
||||
declare account: Account
|
||||
|
||||
descriptionPath: string
|
||||
support: string
|
||||
tags: string[]
|
||||
downloadEnabled: boolean
|
||||
@@ -39,7 +38,6 @@ export class VideoDetails extends Video implements VideoDetailsServerModel {
|
||||
constructor (hash: VideoDetailsServerModel, translations = {}) {
|
||||
super(hash, translations)
|
||||
|
||||
this.descriptionPath = hash.descriptionPath
|
||||
this.channel = new VideoChannel(hash.channel)
|
||||
this.account = new Account(hash.account)
|
||||
this.tags = hash.tags
|
||||
|
||||
Reference in New Issue
Block a user