mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add ability to unpublish video/playlist
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user