UI changes to consume actor searching API

This commit is contained in:
smcpeck 2017-02-23 12:02:58 -06:00
commit 0aa00fd888
5 changed files with 173 additions and 72 deletions

View file

@ -717,6 +717,15 @@ namespace Ombi.UI.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Actors.
/// </summary>
public static string Search_Actors {
get {
return ResourceManager.GetString("Search_Actors", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Albums.
/// </summary>