mirror of
https://github.com/snobu/destreamer.git
synced 2026-01-28 19:02:18 +00:00
Fix for null thumbnail URL
This commit is contained in:
@@ -16,7 +16,7 @@ export type Video = {
|
||||
outPath: string;
|
||||
totalChunks: number; // Abstraction of FFmpeg timemark
|
||||
playbackUrl: string;
|
||||
posterImageUrl: string;
|
||||
posterImageUrl: string | null;
|
||||
captionsUrl?: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user