aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/playlist
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-03-06 15:36:44 +0100
committerChocobozzz <chocobozzz@cpy.re>2019-03-18 11:17:59 +0100
commit830b4faff15fb9c81d88e8e69fcdf94aad32bef8 (patch)
tree53de6c9e30ce88734b4bdda62016e0498fe78491 /shared/models/videos/playlist
parentd4c9f45b31eda0b7a391ddc83eb290ca5cba311f (diff)
downloadPeerTube-830b4faff15fb9c81d88e8e69fcdf94aad32bef8.tar.gz
PeerTube-830b4faff15fb9c81d88e8e69fcdf94aad32bef8.tar.zst
PeerTube-830b4faff15fb9c81d88e8e69fcdf94aad32bef8.zip
Add/update/delete/list my playlists
Diffstat (limited to 'shared/models/videos/playlist')
-rw-r--r--shared/models/videos/playlist/video-playlist.model.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/models/videos/playlist/video-playlist.model.ts b/shared/models/videos/playlist/video-playlist.model.ts
index 7fec0e42b..c0941727a 100644
--- a/shared/models/videos/playlist/video-playlist.model.ts
+++ b/shared/models/videos/playlist/video-playlist.model.ts
@@ -21,6 +21,6 @@ export interface VideoPlaylist {
21 createdAt: Date | string 21 createdAt: Date | string
22 updatedAt: Date | string 22 updatedAt: Date | string
23 23
24 ownerAccount?: AccountSummary 24 ownerAccount: AccountSummary
25 videoChannel?: VideoChannelSummary 25 videoChannel?: VideoChannelSummary
26} 26}