mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Run dotnet format on solution (#7145)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Specialized;
|
||||
using System.Text;
|
||||
@@ -44,12 +44,12 @@ namespace Jackett.Common.Indexers
|
||||
AddCategoryMapping(22, TorznabCatType.PC); // Applications
|
||||
AddCategoryMapping(43, TorznabCatType.AudioAudiobook); // Audio Books
|
||||
AddCategoryMapping(27, TorznabCatType.Books); // Ebook
|
||||
AddCategoryMapping(4, TorznabCatType.PCGames); // Games
|
||||
AddCategoryMapping(4, TorznabCatType.PCGames); // Games
|
||||
AddCategoryMapping(40, TorznabCatType.OtherMisc); // Miscellaneous
|
||||
AddCategoryMapping(19, TorznabCatType.Movies); // Movies
|
||||
AddCategoryMapping(6, TorznabCatType.Audio); // Music
|
||||
AddCategoryMapping(6, TorznabCatType.Audio); // Music
|
||||
AddCategoryMapping(31, TorznabCatType.PCPhoneOther); // Portable
|
||||
AddCategoryMapping(7, TorznabCatType.TV); // TV
|
||||
AddCategoryMapping(7, TorznabCatType.TV); // TV
|
||||
}
|
||||
|
||||
public override async Task<IndexerConfigurationStatus> ApplyConfiguration(JToken configJson)
|
||||
|
Reference in New Issue
Block a user