aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone/videos/embed.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-06-14 15:27:26 +0200
committerChocobozzz <me@florianbigard.com>2021-06-14 15:27:26 +0200
commitb41acd2d4d2aa076900a9ed17a1e65f2ff9aa585 (patch)
tree0b9d15bbce10ed1462220e2eef5369e61c68f875 /client/src/standalone/videos/embed.ts
parent0f6521fa6b4c2267ff4c06e2b639bb52d725e461 (diff)
downloadPeerTube-b41acd2d4d2aa076900a9ed17a1e65f2ff9aa585.tar.gz
PeerTube-b41acd2d4d2aa076900a9ed17a1e65f2ff9aa585.tar.zst
PeerTube-b41acd2d4d2aa076900a9ed17a1e65f2ff9aa585.zip
Remove unused import
Diffstat (limited to 'client/src/standalone/videos/embed.ts')
-rw-r--r--client/src/standalone/videos/embed.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts
index dc9727049..e59d8b940 100644
--- a/client/src/standalone/videos/embed.ts
+++ b/client/src/standalone/videos/embed.ts
@@ -5,7 +5,6 @@ import { HttpStatusCode } from '../../../../shared/core-utils/miscs/http-error-c
5import { 5import {
6 HTMLServerConfig, 6 HTMLServerConfig,
7 OAuth2ErrorCode, 7 OAuth2ErrorCode,
8 PluginType,
9 ResultList, 8 ResultList,
10 UserRefreshToken, 9 UserRefreshToken,
11 VideoCaption, 10 VideoCaption,