mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
@@ -160,7 +160,7 @@ export const sortPredicates = {
|
||||
status: function(item) {
|
||||
let result = 0;
|
||||
|
||||
const hasBookFile = !!item.statistics.bookFileCount;
|
||||
const hasBookFile = !!item.statistics?.bookFileCount;
|
||||
const isAvailable = Date.parse(item.releaseDate) < new Date();
|
||||
|
||||
if (isAvailable) {
|
||||
|
||||
Reference in New Issue
Block a user