mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Fix #2529 - Change data type to long
This commit is contained in:
parent
86bff311f1
commit
bf33d49dcb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
public int trackFileCount { get; set; }
|
public int trackFileCount { get; set; }
|
||||||
public int trackCount { get; set; }
|
public int trackCount { get; set; }
|
||||||
public int totalTrackCount { get; set; }
|
public int totalTrackCount { get; set; }
|
||||||
public int sizeOnDisk { get; set; }
|
public long sizeOnDisk { get; set; }
|
||||||
public decimal percentOfEpisodes { get; set; }
|
public decimal percentOfEpisodes { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue