diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-14 15:27:26 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-14 15:27:26 +0200 |
commit | b41acd2d4d2aa076900a9ed17a1e65f2ff9aa585 (patch) | |
tree | 0b9d15bbce10ed1462220e2eef5369e61c68f875 /client/src/standalone/videos | |
parent | 0f6521fa6b4c2267ff4c06e2b639bb52d725e461 (diff) | |
download | PeerTube-b41acd2d4d2aa076900a9ed17a1e65f2ff9aa585.tar.gz PeerTube-b41acd2d4d2aa076900a9ed17a1e65f2ff9aa585.tar.zst PeerTube-b41acd2d4d2aa076900a9ed17a1e65f2ff9aa585.zip |
Remove unused import
Diffstat (limited to 'client/src/standalone/videos')
-rw-r--r-- | client/src/standalone/videos/embed.ts | 1 |
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 | |||
5 | import { | 5 | import { |
6 | HTMLServerConfig, | 6 | HTMLServerConfig, |
7 | OAuth2ErrorCode, | 7 | OAuth2ErrorCode, |
8 | PluginType, | ||
9 | ResultList, | 8 | ResultList, |
10 | UserRefreshToken, | 9 | UserRefreshToken, |
11 | VideoCaption, | 10 | VideoCaption, |