aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/playlist/video-exist-in-playlist.model.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/videos/playlist/video-exist-in-playlist.model.ts')
-rw-r--r--shared/models/videos/playlist/video-exist-in-playlist.model.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/models/videos/playlist/video-exist-in-playlist.model.ts b/shared/models/videos/playlist/video-exist-in-playlist.model.ts
index bc803a99c..6d06c0f4d 100644
--- a/shared/models/videos/playlist/video-exist-in-playlist.model.ts
+++ b/shared/models/videos/playlist/video-exist-in-playlist.model.ts
@@ -1,8 +1,8 @@
1export type VideosExistInPlaylists = { 1export type VideosExistInPlaylists = {
2 [videoId: number ]: VideoExistInPlaylist[] 2 [videoId: number]: VideoExistInPlaylist[]
3} 3}
4export type CachedVideosExistInPlaylists = { 4export type CachedVideosExistInPlaylists = {
5 [videoId: number ]: CachedVideoExistInPlaylist[] 5 [videoId: number]: CachedVideoExistInPlaylist[]
6} 6}
7 7
8export type CachedVideoExistInPlaylist = { 8export type CachedVideoExistInPlaylist = {