mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
parent
a4b0e9e1d3
commit
33398084be
11 changed files with 382 additions and 0 deletions
|
@ -7,5 +7,6 @@ namespace PlexRequests.Core
|
|||
public interface IStatusChecker
|
||||
{
|
||||
Task<StatusModel> GetStatus();
|
||||
Task<Issue> ReportBug(string title, string body);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue