diff options
Diffstat (limited to 'server/controllers/client.ts')
-rw-r--r-- | server/controllers/client.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/server/controllers/client.ts b/server/controllers/client.ts index 2071b5f01..67ebfcf1d 100644 --- a/server/controllers/client.ts +++ b/server/controllers/client.ts | |||
@@ -122,9 +122,6 @@ async function generateWatchHtmlPage (req: express.Request, res: express.Respons | |||
122 | videoPromise | 122 | videoPromise |
123 | ]) | 123 | ]) |
124 | 124 | ||
125 | file = file as Buffer | ||
126 | video = video as VideoInstance | ||
127 | |||
128 | const html = file.toString() | 125 | const html = file.toString() |
129 | 126 | ||
130 | // Let Angular application handle errors | 127 | // Let Angular application handle errors |