Fix #2529 - Change data type to long

This commit is contained in:
Anojh 2018-09-22 11:24:37 -07:00
commit bf33d49dcb

View file

@ -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; }
}
}