Remove useless comment

This commit is contained in:
Gauthier 2024-04-10 09:48:29 +02:00
parent e05d1d6817
commit f98d5c5165
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ namespace NzbDrone.Core.Indexers
{
string BaseUrl { get; set; }
// TODO: Need to Create UI field for this and turn functionality back on per indexer.
IEnumerable<int> MultiLanguages { get; set; }
}
}