aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone/videos/embed-api.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-07-10 16:08:53 +0200
committerChocobozzz <me@florianbigard.com>2023-07-10 16:08:53 +0200
commit8953f055c86ca74f145d7ac5ac93bb6104d73af9 (patch)
tree4fd67ba6c2ba32f45bcc92e931cffe2fa57c12a4 /client/src/standalone/videos/embed-api.ts
parenta1bd2b77d99cec5c27d38501f5f12f9dc339de17 (diff)
downloadPeerTube-8953f055c86ca74f145d7ac5ac93bb6104d73af9.tar.gz
PeerTube-8953f055c86ca74f145d7ac5ac93bb6104d73af9.tar.zst
PeerTube-8953f055c86ca74f145d7ac5ac93bb6104d73af9.zip
Rename player embed api
Diffstat (limited to 'client/src/standalone/videos/embed-api.ts')
-rw-r--r--client/src/standalone/videos/embed-api.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/standalone/videos/embed-api.ts b/client/src/standalone/videos/embed-api.ts
index cdda122b2..6227c378e 100644
--- a/client/src/standalone/videos/embed-api.ts
+++ b/client/src/standalone/videos/embed-api.ts
@@ -1,7 +1,7 @@
1import './embed.scss' 1import './embed.scss'
2import * as Channel from 'jschannel' 2import * as Channel from 'jschannel'
3import { logger } from '../../root-helpers' 3import { logger } from '../../root-helpers'
4import { PeerTubeResolution, PeerTubeTextTrack } from '../player/definitions' 4import { PeerTubeResolution, PeerTubeTextTrack } from '../embed-player-api/definitions'
5import { PeerTubeEmbed } from './embed' 5import { PeerTubeEmbed } from './embed'
6 6
7/** 7/**