lostfilm: switch cat from movies to TV resolves #9854

This commit is contained in:
Garfield69 2020-10-16 07:22:00 +13:00
parent 39e4b7e556
commit c0b2b7bb2b
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ namespace Jackett.Common.Indexers
Language = "ru-ru";
Type = "semi-private";
AddCategoryMapping(1, TorznabCatType.Movies);
AddCategoryMapping(1, TorznabCatType.TV);
}
public override async Task<ConfigurationData> GetConfigurationForSetup()