mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -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
@@ -42,6 +42,7 @@ function createMapStateToProps() {
|
||||
qualityProfileId: collection.qualityProfileId,
|
||||
minimumAvailability: collection.minimumAvailability,
|
||||
rootFolderPath: collection.rootFolderPath,
|
||||
tags: collection.tags,
|
||||
searchOnAdd: collection.searchOnAdd
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user