fix: uses polyfill to fix web components on safari

This commit is contained in:
2025-08-03 12:45:38 -05:00
parent 08e376babc
commit 62aa0f4554
6 changed files with 14 additions and 7 deletions

1
assets/bootstrap.js vendored
View File

@@ -1,3 +1,4 @@
import '@ungap/custom-elements'
import PreviewContentDialog from "./components/preview-content-dialog.js";
import EpisodeContainer from './components/episode-container.js';
import DownloadOptionTr from './components/download-option-tr.js';