1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00
This commit is contained in:
Qstick
2021-08-03 00:43:28 -04:00
committed by Mark McDowall
parent 878d1561aa
commit 1c22a1ec0d
1201 changed files with 5620 additions and 4303 deletions
@@ -6,4 +6,4 @@ namespace NzbDrone.Core.MetadataSource.SkyHook.Resource
public string Character { get; set; }
public string Image { get; set; }
}
}
}
@@ -18,4 +18,4 @@ namespace NzbDrone.Core.MetadataSource.SkyHook.Resource
public string Overview { get; set; }
public string Image { get; set; }
}
}
}
@@ -5,4 +5,4 @@ namespace NzbDrone.Core.MetadataSource.SkyHook.Resource
public string CoverType { get; set; }
public string Url { get; set; }
}
}
}
@@ -5,4 +5,4 @@
public int Count { get; set; }
public decimal Value { get; set; }
}
}
}
@@ -8,8 +8,8 @@ namespace NzbDrone.Core.MetadataSource.SkyHook.Resource
{
Images = new List<ImageResource>();
}
public int SeasonNumber { get; set; }
public List<ImageResource> Images { get; set; }
}
}
}
@@ -16,6 +16,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook.Resource
public int TvdbId { get; set; }
public string Title { get; set; }
public string Overview { get; set; }
//public string Language { get; set; }
public string Slug { get; set; }
public string FirstAired { get; set; }
@@ -40,4 +41,4 @@ namespace NzbDrone.Core.MetadataSource.SkyHook.Resource
public List<SeasonResource> Seasons { get; set; }
public List<EpisodeResource> Episodes { get; set; }
}
}
}
@@ -5,4 +5,4 @@ namespace NzbDrone.Core.MetadataSource.SkyHook.Resource
public int Hours { get; set; }
public int Minutes { get; set; }
}
}
}