mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Cleaned up a bit
This commit is contained in:
parent
6144ff8f3e
commit
5660b5086c
3 changed files with 8 additions and 8 deletions
|
@ -66,7 +66,7 @@ namespace NzbDrone.Core.Indexers
|
|||
|
||||
indexers.Add(newznab);
|
||||
|
||||
return indexers.OrderBy(n => n.Name).ToList();
|
||||
return indexers;
|
||||
}
|
||||
|
||||
private Indexer ToIndexer(IndexerDefinition definition)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue