Account for empty cache during export.
This commit is contained in:
@@ -1539,7 +1539,7 @@ class PlexServer implements ServerInterface
|
||||
]
|
||||
);
|
||||
},
|
||||
includeParent: false
|
||||
includeParent: false === count(ag($this->cache, 'shows', [])) > 1,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user