mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 17:22:54 -07:00
Fixed ##1492 and finished the episode searcher for #1464
This commit is contained in:
parent
d7f0f61ece
commit
9ed6fd09a4
5 changed files with 38 additions and 37 deletions
|
@ -5,6 +5,7 @@ namespace Ombi.Api.Plex.Models
|
|||
public class Mediacontainer
|
||||
{
|
||||
public int size { get; set; }
|
||||
public int totalSize { get; set; }
|
||||
public bool allowSync { get; set; }
|
||||
public string identifier { get; set; }
|
||||
public string mediaTagPrefix { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue