' +
+ loading.innerHTML += 'This is not supposed to happen. Please email me at admin@preservetube.com with as much debugging information.
' +
+ 'Please include your browser console logs. ' +
'See here on how to access them. Please note you might have to refresh the page for anything to show up.
'
}
});
@@ -384,7 +394,7 @@
loading.innerHTML += 'This might be due one of multiple reasons:
'
+ '- This video is large. Depending on your browser, it might try loading the full thing at one time, which will slow things down.
'
+ '- Preservetube servers are overloaded. This happens once in a while, please be patient.
- You\'re in an unfavourable region, which has a bad connection to our servers.
'
- + 'If this takes an unusual amount of time, even after considering the above mentioned reasons, please email me at admin@preservetube.com. Don\'t forget to include your aproximate region, your browser and OS.
';
+ + 'If this takes an unusual amount of time, even after considering the above mentioned reasons, please email me at admin@preservetube.com. Don\'t forget to include your aproximate region, your browser and OS.
';
}
}, FALLBACK_MS);
diff --git a/src/types.ts b/src/types.ts
index bc22a80..d52353c 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -26,7 +26,7 @@ export interface VideosTable {
playlist?: string | null
disabled: boolean
hasBeenReported: boolean,
- deletion_stage: 'pending_delete' | 'soft_delete' | 'deleted' | null
+ deletion_stage: 'pending_delete' | 'soft_delete' | 'cold_storage' | 'deleted' | null
}
export type Video = Selectable