mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-10 15:32:37 -07:00
revert branch to 664dae2
This commit is contained in:
parent
14ca513555
commit
f30bc103ed
6 changed files with 25 additions and 227 deletions
|
@ -317,8 +317,6 @@ namespace PlexRequests.UI.Modules
|
|||
/// Filters the issues. Checks to see if we have set <c>UsersCanViewOnlyOwnIssues</c> in the database and filters upon the user logged in and that setting.
|
||||
/// </summary>
|
||||
/// <param name="issues">The issues.</param>
|
||||
/// <param name="showResolved">if set to <c>true</c> [show resolved].</param>
|
||||
/// <returns></returns>
|
||||
private async Task<IEnumerable<IssuesModel>> FilterIssuesAsync(IEnumerable<IssuesModel> issues, bool showResolved = false)
|
||||
{
|
||||
var settings = await PlexRequestSettings.GetSettingsAsync();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue