mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixed: bookshelf count and colour (#30)
* Add total book count to the result set from the statistics query * Rename TotalTrackCount and map it * Fix the colouring of the book count/percentage
This commit is contained in:
@@ -9,5 +9,6 @@ namespace NzbDrone.Core.AuthorStats
|
||||
public int BookFileCount { get; set; }
|
||||
public int BookCount { get; set; }
|
||||
public long SizeOnDisk { get; set; }
|
||||
public int TotalBookCount { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user