1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

New: Multi Language selection per indexer

Closes #2854
This commit is contained in:
Gauthier
2024-04-16 05:24:05 +02:00
committed by GitHub
parent d6278fced4
commit 6c232b062c
15 changed files with 101 additions and 5 deletions
@@ -1,4 +1,5 @@
using System;
using System.Collections.Generic;
using NzbDrone.Core.Indexers;
using NzbDrone.Core.Validation;
@@ -12,5 +13,7 @@ namespace NzbDrone.Core.Test.IndexerTests
}
public string BaseUrl { get; set; }
public IEnumerable<int> MultiLanguages { get; set; }
}
}