Playlist reorder support
authorChocobozzz <me@florianbigard.com>
Tue, 12 Mar 2019 10:40:42 +0000 (11:40 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Mon, 18 Mar 2019 10:17:59 +0000 (11:17 +0100)
commit15e9d5ca39e0b792f61453fbf3885a0fc446afa7
tree015628bc7497f45477d287e8bb482e39d5d491e2
parentc5a1ae500e68b759f76851552be6dd10631d34f4
Playlist reorder support
client/package.json
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.html
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.scss
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.ts
client/src/app/+my-account/my-account.module.ts
client/src/app/shared/shared.module.ts
client/src/app/shared/video-playlist/video-playlist.service.ts
client/yarn.lock
server/controllers/api/video-playlist.ts
server/models/video/video.ts
shared/models/videos/playlist/video-playlist-reorder.model.ts [new file with mode: 0644]