1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-06 19:58:38 +00:00

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

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()