1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

New: Multiple Quality Profiles and Files Per Movie

This commit is contained in:
Qstick
2022-04-14 22:35:03 -05:00
parent 6eb271eee4
commit ed94eee859
189 changed files with 2096 additions and 1385 deletions
@@ -16,7 +16,7 @@ function createMapStateToProps() {
isAvailable: movie.isAvailable,
monitored: movie.monitored,
grabbed: movie.grabbed,
movieFile: movie.movieFile,
statistics: movie.statistics,
colorImpairedMode: uiSettings.enableColorImpairedMode
};
}