cinemaz: remove audio cat

This commit is contained in:
ilike2burnthing 2023-02-27 00:41:58 +00:00 committed by GitHub
parent 045f39313c
commit a3f0bd5b87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ namespace Jackett.Common.Indexers
AddCategoryMapping(2, TorznabCatType.TVUHD);
AddCategoryMapping(2, TorznabCatType.TVHD);
AddCategoryMapping(2, TorznabCatType.TVSD);
AddCategoryMapping(3, TorznabCatType.Audio);
}
}
}