]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/standalone/videos/shared/player-manager-options.ts
Refactor embed
authorChocobozzz <me@florianbigard.com>
Tue, 31 May 2022 06:59:30 +0000 (08:59 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 31 May 2022 08:39:56 +0000 (10:39 +0200)
commitf1a0f3b701e005a9533f09b7913c615376e42f32
tree807e5377635bfa30d42ce42bdcd88ff7b1553257
parente5a781ec25191c0dbb4a991f25307732d798619d
Refactor embed
14 files changed:
client/src/root-helpers/index.ts
client/src/root-helpers/url.ts [new file with mode: 0644]
client/src/root-helpers/utils.ts
client/src/standalone/videos/embed-api.ts
client/src/standalone/videos/embed.ts
client/src/standalone/videos/shared/auth-http.ts [new file with mode: 0644]
client/src/standalone/videos/shared/index.ts [new file with mode: 0644]
client/src/standalone/videos/shared/peertube-plugin.ts [new file with mode: 0644]
client/src/standalone/videos/shared/player-html.ts [new file with mode: 0644]
client/src/standalone/videos/shared/player-manager-options.ts [new file with mode: 0644]
client/src/standalone/videos/shared/playlist-fetcher.ts [new file with mode: 0644]
client/src/standalone/videos/shared/playlist-tracker.ts [new file with mode: 0644]
client/src/standalone/videos/shared/translations.ts [new file with mode: 0644]
client/src/standalone/videos/shared/video-fetcher.ts [new file with mode: 0644]