Add ability to unpublish video/playlist

This commit is contained in:
Chocobozzz
2019-06-06 17:29:15 +02:00
parent 46a6db245f
commit 1b319b7aa6
5 changed files with 49 additions and 22 deletions

View File

@@ -1,8 +1,8 @@
import { VideoPlaylistPrivacy } from './video-playlist-privacy.model'
export interface VideoPlaylistUpdate {
displayName: string
privacy: VideoPlaylistPrivacy
displayName?: string
privacy?: VideoPlaylistPrivacy
description?: string
videoChannelId?: number