fix: harden player vtt handling
This commit is contained in:
@@ -43,5 +43,7 @@ export const setupThumbnails = (): void => {
|
||||
}
|
||||
});
|
||||
})
|
||||
.catch((err) => console.error("Failed to fetch thumbnails:", err));
|
||||
.catch(() => {
|
||||
window.showToast?.({ message: "Failed to load episode thumbnails." });
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user