diff options
Diffstat (limited to 'shared/models/videos/playlist/video-playlist-update.model.ts')
-rw-r--r-- | shared/models/videos/playlist/video-playlist-update.model.ts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/shared/models/videos/playlist/video-playlist-update.model.ts b/shared/models/videos/playlist/video-playlist-update.model.ts deleted file mode 100644 index a6a3f74d9..000000000 --- a/shared/models/videos/playlist/video-playlist-update.model.ts +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | import { VideoPlaylistPrivacy } from './video-playlist-privacy.model' | ||
2 | |||
3 | export interface VideoPlaylistUpdate { | ||
4 | displayName?: string | ||
5 | privacy?: VideoPlaylistPrivacy | ||
6 | |||
7 | description?: string | ||
8 | videoChannelId?: number | ||
9 | thumbnailfile?: any | ||
10 | } | ||