mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-22 22:15:17 -04:00
New: Add tags field to MovieCollection (#8736)
* New: Add tags field to MovieCollection * Added Tag input prepopulation for new collection movies * Handle editting of collection tags * Revert changes to CollectionController.cs
This commit is contained in:
committed by
GitHub
parent
bd1844030d
commit
fe41aada06
@@ -28,7 +28,7 @@ function createMapStateToProps() {
|
||||
qualityProfileId: collection.qualityProfileId,
|
||||
minimumAvailability: collection.minimumAvailability,
|
||||
searchForMovie: collection.searchOnAdd,
|
||||
tags: []
|
||||
tags: collection.tags || []
|
||||
};
|
||||
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user