#114 first pass at choosing quality profile when approving + focus search input by default and when switching tabs

This commit is contained in:
Drewster727 2016-04-03 17:30:12 -05:00
parent 96fde83488
commit 9ac949a67c
16 changed files with 325 additions and 77 deletions

View file

@ -52,5 +52,6 @@ namespace PlexRequests.UI.Models
public string AdminNotes { get; set; }
public string TvSeriesRequestType { get; set; }
public string MusicBrainzId { get; set; }
public QualityModel[] Qualities { get; set; }
}
}