1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

Fixed: Rejoin MovieFiles to Movies to fix Cutoff short term

This commit is contained in:
Qstick
2019-08-05 22:13:03 -04:00
parent fee8244a74
commit 08b642575f
7 changed files with 38 additions and 57 deletions
@@ -12,13 +12,15 @@ function createUnoptimizedSelector() {
const {
monitored,
status,
statistics
statistics,
sizeOnDisk
} = s;
return {
monitored,
status,
statistics
statistics,
sizeOnDisk
};
});
}