From df0b219d36bf6852cdf2a7ad09ed4a41c6bccefa Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 5 Mar 2019 10:58:44 +0100 Subject: Add playlist rest tests --- shared/models/videos/playlist/video-playlist-type.model.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 shared/models/videos/playlist/video-playlist-type.model.ts (limited to 'shared/models/videos/playlist/video-playlist-type.model.ts') diff --git a/shared/models/videos/playlist/video-playlist-type.model.ts b/shared/models/videos/playlist/video-playlist-type.model.ts new file mode 100644 index 000000000..49233b743 --- /dev/null +++ b/shared/models/videos/playlist/video-playlist-type.model.ts @@ -0,0 +1,4 @@ +export enum VideoPlaylistType { + REGULAR = 1, + WATCH_LATER = 2 +} -- cgit v1.2.3