aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/content.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content.ts b/src/content.ts
index 3bfb66a5..a1afa590 100644
--- a/src/content.ts
+++ b/src/content.ts
@@ -1926,7 +1926,7 @@ function startOrEndTimingNewSegment() {
importExistingChapters(false);
- if (lastResponseStatus !== 200 && !shownSegmentFailedToFetchWarning) {
+ if (lastResponseStatus !== 200 && lastResponseStatus !== 404 && !shownSegmentFailedToFetchWarning) {
alert(chrome.i18n.getMessage("segmentFetchFailureWarning"));
shownSegmentFailedToFetchWarning = true;