update 1337x doc type

This commit is contained in:
TheBeastLT
2022-02-18 09:38:44 +01:00
parent 085b654d10
commit 3bc260ff5f
3 changed files with 6 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ async function processTorrentRecord(record) {
function typeMapping() {
const mapping = {};
mapping[leetx.Categories.MOVIE] = Type.MOVIE;
mapping[leetx.Categories.DOCUMENTARIES] = Type.SERIES;
mapping[leetx.Categories.DOCUMENTARIES] = Type.MOVIE;
mapping[leetx.Categories.TV] = Type.SERIES;
mapping[leetx.Categories.ANIME] = Type.ANIME;
return mapping;