mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
yeah...
This commit is contained in:
parent
c582b3eb6c
commit
fd36df091d
1 changed files with 5 additions and 0 deletions
|
@ -50,5 +50,10 @@ namespace PlexRequests.Api.Mocks
|
||||||
var obj = JsonConvert.DeserializeObject<SonarrAddSeries>(json);
|
var obj = JsonConvert.DeserializeObject<SonarrAddSeries>(json);
|
||||||
return obj;
|
return obj;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public SystemStatus SystemStatus(string apiKey, Uri baseUrl)
|
||||||
|
{
|
||||||
|
throw new NotImplementedException();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue