]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Rename player embed api
authorChocobozzz <me@florianbigard.com>
Mon, 10 Jul 2023 14:08:53 +0000 (16:08 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 10 Jul 2023 14:08:53 +0000 (16:08 +0200)
commit8953f055c86ca74f145d7ac5ac93bb6104d73af9
tree4fd67ba6c2ba32f45bcc92e931cffe2fa57c12a4
parenta1bd2b77d99cec5c27d38501f5f12f9dc339de17
Rename player embed api
client/src/standalone/embed-player-api/.npmignore [moved from client/src/standalone/player/.npmignore with 100% similarity]
client/src/standalone/embed-player-api/README.md [moved from client/src/standalone/player/README.md with 100% similarity]
client/src/standalone/embed-player-api/definitions.ts [moved from client/src/standalone/player/definitions.ts with 100% similarity]
client/src/standalone/embed-player-api/events.ts [moved from client/src/standalone/player/events.ts with 100% similarity]
client/src/standalone/embed-player-api/package.json [moved from client/src/standalone/player/package.json with 100% similarity]
client/src/standalone/embed-player-api/player.ts [moved from client/src/standalone/player/player.ts with 100% similarity]
client/src/standalone/embed-player-api/tsconfig.json [moved from client/src/standalone/player/tsconfig.json with 100% similarity]
client/src/standalone/embed-player-api/webpack.config.js [moved from client/src/standalone/player/webpack.config.js with 100% similarity]
client/src/standalone/videos/embed-api.ts
client/src/standalone/videos/embed.ts
client/src/standalone/videos/test-embed.ts