]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/models/video/video-playlist.ts
Add ability to share playlists in modal
authorChocobozzz <me@florianbigard.com>
Fri, 7 Aug 2020 11:43:48 +0000 (13:43 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 7 Aug 2020 11:43:48 +0000 (13:43 +0200)
commit951b582f52d0694865f020f0e53ccfad2d2d6033
treee82f6eaf08a2add25a7807135a5b2351819ab3a0
parent4891e4c77b72ac5a2f9d3d761a71eebe26d81357
Add ability to share playlists in modal
13 files changed:
client/src/app/+admin/moderation/video-block-list/video-block-list.component.ts
client/src/app/+videos/+video-watch/comment/video-comment.component.ts
client/src/app/+videos/+video-watch/modal/video-share.component.html
client/src/app/+videos/+video-watch/modal/video-share.component.ts
client/src/app/+videos/+video-watch/video-watch.component.ts
client/src/app/shared/shared-abuse-list/abuse-list-table.component.ts
client/src/app/shared/shared-moderation/report-modals/video-report.component.ts
client/src/app/shared/shared-video-playlist/video-playlist.model.ts
client/src/assets/player/peertube-player-manager.ts
client/src/assets/player/utils.ts
server/models/video/video-playlist.ts
server/tests/api/videos/video-playlists.ts
shared/models/videos/playlist/video-playlist.model.ts