Fix downloads from the timeline.

This commit is contained in:
Dermot Duffy
2022-06-10 17:11:54 -07:00
parent 718e7f1dd7
commit 694b2daec5
2 changed files with 13 additions and 2 deletions
+1
View File
@@ -1233,6 +1233,7 @@ export interface CardHelpers {
export const MEDIA_CLASS_PLAYLIST = 'playlist' as const;
export const MEDIA_CLASS_VIDEO = 'video' as const;
export const MEDIA_TYPE_PLAYLIST = 'playlist' as const;
export const MEDIA_TYPE_IMAGE = 'image' as const;
export const MEDIA_TYPE_VIDEO = 'video' as const;
// Recursive type, cannot use type interference: