mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-22 00:51:58 +00:00
fix: exclude ASW releases due to malformed metadata
This commit is contained in:
parent
9f99b4e235
commit
1fa0d1437c
3 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Miru",
|
||||
"version": "2.3.0",
|
||||
"version": "2.3.1",
|
||||
"author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>",
|
||||
"main": "src/index.js",
|
||||
"homepage": "https://github.com/ThaUnknown/miru#readme",
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@
|
|||
|
||||
let fileMedia = null
|
||||
|
||||
const exclusions = ['DTS']
|
||||
const exclusions = ['DTS', '[ASW]']
|
||||
|
||||
const video = document.createElement('video')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue