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:
parent
39e4b7e556
commit
c0b2b7bb2b
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue