UI changes to add checkbox and support searching for only new matches via new API.

This commit is contained in:
smcpeck 2017-02-23 17:17:27 -06:00
parent 0d3ff966d6
commit 39871802b5
6 changed files with 56 additions and 23 deletions

View file

@ -897,6 +897,15 @@ namespace Ombi.UI.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Don&apos;t include titles that are already requested/available.
/// </summary>
public static string Search_NewOnly {
get {
return ResourceManager.GetString("Search_NewOnly", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Not Requested yet.
/// </summary>