mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
lostfilm: switch cat from movies to TV resolves #9854
This commit is contained in:
@@ -109,7 +109,7 @@ namespace Jackett.Common.Indexers
|
|||||||
Language = "ru-ru";
|
Language = "ru-ru";
|
||||||
Type = "semi-private";
|
Type = "semi-private";
|
||||||
|
|
||||||
AddCategoryMapping(1, TorznabCatType.Movies);
|
AddCategoryMapping(1, TorznabCatType.TV);
|
||||||
}
|
}
|
||||||
|
|
||||||
public override async Task<ConfigurationData> GetConfigurationForSetup()
|
public override async Task<ConfigurationData> GetConfigurationForSetup()
|
||||||
|
Reference in New Issue
Block a user