Remove deprecated server code

This commit is contained in:
Chocobozzz
2024-11-04 10:16:31 +01:00
parent 11fd3a4618
commit 3842a527f6
39 changed files with 40 additions and 173 deletions

View File

@@ -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