Adapt client with video channels
authorChocobozzz <florian.bigard@gmail.com>
Wed, 25 Oct 2017 14:43:19 +0000 (16:43 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Thu, 26 Oct 2017 07:11:38 +0000 (09:11 +0200)
commit404b54e14f6623c1644a8c87ca22f4bab98d5484
tree5fbe6cb637f35abae08e4c98a537447cbf4607d6
parentf5028693a896a3076dd286ac0030e3d8f78f5ebf
Adapt client with video channels
13 files changed:
client/src/app/shared/users/user.model.ts
client/src/app/videos/+video-edit/video-update.component.ts
client/src/app/videos/+video-watch/video-download.component.ts
client/src/app/videos/+video-watch/video-report.component.ts
client/src/app/videos/+video-watch/video-share.component.ts
client/src/app/videos/+video-watch/video-watch.component.ts
client/src/app/videos/shared/index.ts
client/src/app/videos/shared/video-details.model.ts [new file with mode: 0644]
client/src/app/videos/shared/video-edit.model.ts [new file with mode: 0644]
client/src/app/videos/shared/video.model.ts
client/src/app/videos/shared/video.service.ts
client/src/standalone/videos/embed.ts
server/helpers/utils.ts