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

Fix: Movie file count in footer and update movie legend colors

This commit is contained in:
geogolem
2019-11-15 19:23:33 -05:00
committed by Devin Buhl
parent 15b63778e5
commit 1875391a3a
2 changed files with 18 additions and 3 deletions
@@ -13,14 +13,16 @@ function createUnoptimizedSelector() {
monitored,
status,
statistics,
sizeOnDisk
sizeOnDisk,
hasFile
} = s;
return {
monitored,
status,
statistics,
sizeOnDisk
sizeOnDisk,
hasFile
};
});
}