Skip to content

Commit

Permalink
Removed redundant check
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyphdoz committed Nov 12, 2023
1 parent 820881a commit a1a9443
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions extension/src/controllers/video-data-sync-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -378,10 +378,6 @@ export default class VideoDataSyncController {
}
}

if (subtitles === undefined) {
return false;
}

this._syncSubtitles(
subtitles,
data.some((track) => track.m3U8BaseUrl !== undefined)
Expand Down

0 comments on commit a1a9443

Please sign in to comment.