diff --git a/package.json b/package.json index 15d579c..062a311 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Miru", - "version": "3.3.7", + "version": "3.3.8", "author": "ThaUnknown_ ", "description": "Stream anime torrents, real-time with no waiting for downloads.", "main": "src/index.js", diff --git a/src/renderer/public/lib/webtorrent.js b/src/renderer/public/lib/webtorrent.js index 1dd7c89..9f96768 100644 --- a/src/renderer/public/lib/webtorrent.js +++ b/src/renderer/public/lib/webtorrent.js @@ -112,8 +112,8 @@ class TorrentClient extends WebTorrent { if (data.data) { this.current = this?.get(data.data.infoHash)?.files.find(file => file.path === data.data.path) if (this.current?.name.endsWith('.mkv')) { - if (this.current.done) this.parseSubtitles() - this.current.once('done', this.boundParse) + // if (this.current.done) this.parseSubtitles() + // this.current.once('done', this.boundParse) this.parseFonts(this.current) } // TODO: findSubtitleFiles(current) diff --git a/src/renderer/src/lib/RSSView.svelte b/src/renderer/src/lib/RSSView.svelte index 21ff031..e2ec692 100644 --- a/src/renderer/src/lib/RSSView.svelte +++ b/src/renderer/src/lib/RSSView.svelte @@ -12,7 +12,7 @@ const settings = set - const exclusions = ['DTS', '[ASW]'] + const exclusions = ['DTS'] function binarySearch (arr, el) { let left = 0