mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Added the support for TV Series integrating with Sonarr
This commit is contained in:
parent
31615ff69c
commit
5dd9885885
15 changed files with 250 additions and 10 deletions
37
PlexRequests.Api/MockApiData.Designer.cs
generated
37
PlexRequests.Api/MockApiData.Designer.cs
generated
|
@ -60,6 +60,43 @@ namespace PlexRequests.Api {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to {
|
||||
/// "title": "Archer (2009)",
|
||||
/// "seasons": [
|
||||
/// {
|
||||
/// "seasonNumber": 5,
|
||||
/// "monitored": true
|
||||
/// },
|
||||
/// {
|
||||
/// "seasonNumber": 4,
|
||||
/// "monitored": true
|
||||
/// },
|
||||
/// {
|
||||
/// "seasonNumber": 3,
|
||||
/// "monitored": true
|
||||
/// },
|
||||
/// {
|
||||
/// "seasonNumber": 2,
|
||||
/// "monitored": true
|
||||
/// },
|
||||
/// {
|
||||
/// "seasonNumber": 1,
|
||||
/// "monitored": true
|
||||
/// },
|
||||
/// {
|
||||
/// "seasonNumber": 0,
|
||||
/// "monitored": false
|
||||
/// }
|
||||
/// ],
|
||||
/// "pat [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string Sonarr_AddSeriesResult {
|
||||
get {
|
||||
return ResourceManager.GetString("Sonarr_AddSeriesResult", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to [
|
||||
/// {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue