Imrpoved error handling for youtube fetches.

This commit is contained in:
rainbow napkin 2025-05-06 18:30:15 -04:00
parent 9d9aa5672f
commit a71f1d6cc0
3 changed files with 16 additions and 3 deletions

View file

@ -53,6 +53,8 @@ queuedProperties.methods.rehydrate = function(){
this.id,
this.type,
this.duration,
//We don't save raw links that are stored seperate from the standard URL as they tend to expire.
null,
this.startTime,
this.startTimeStamp,
this.earlyEnd,