Fix #2529 - Change data type to long

pull/2530/head
Anojh 6 years ago
parent 86bff311f1
commit bf33d49dcb

@ -6,7 +6,7 @@
public int trackFileCount { get; set; }
public int trackCount { get; set; }
public int totalTrackCount { get; set; }
public int sizeOnDisk { get; set; }
public long sizeOnDisk { get; set; }
public decimal percentOfEpisodes { get; set; }
}
}
Loading…
Cancel
Save