Subscription videos now skip the collect info step during download process, reducing calls to video host

This commit is contained in:
Isaac Abadi
2022-06-23 18:37:54 -04:00
parent 64b4b5a2b4
commit a0c36bf1a1
6 changed files with 43 additions and 6 deletions

View File

@@ -22,4 +22,5 @@ export type Download = {
user_uid?: string;
sub_id?: string;
sub_name?: string;
prefetched_info?: any;
};