New Commit

This commit is contained in:
mrcanelas
2021-09-10 13:45:59 -03:00
committed by TheBeastLT
parent ae9baeb2dd
commit 0ccb65391a
19 changed files with 1905 additions and 1 deletions

View File

@@ -48,6 +48,37 @@ const Providers = {
key: 'nyaapantsu',
label: 'NyaaPantsu',
anime: true
},
{
key: 'animestorrent',
label: 'AnimesTorrent',
anime: true
foreign: true
},
{
key: 'comando',
label: 'Comando',
foreign: true
},
{
key: 'comoeubaixo',
label: 'ComoEuBaixo',
foreign: true
},
{
key: 'darkmahou',
label: 'DarkMahou',
foreign: true
},
{
key: 'lapumia',
label: 'Lapumia',
foreign: true
},
{
key: 'ondebaixa',
label: 'OndeBaixa',
foreign: true
}
]
};

View File

@@ -100,6 +100,9 @@ function joinDetailParts(parts, prefix = '', delimiter = ' ') {
}
function formatSize(size) {
if (!size) {
return undefined;
}
if (size === UNKNOWN_SIZE) {
return undefined;
}