mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-26 22:56:23 -04:00
Fixed: Adding/Editing not replacing Implementation Name
This commit is contained in:
@@ -93,7 +93,7 @@ function selectSettings<T extends ModelBaseSetting>(
|
||||
|
||||
// Return a flattened value
|
||||
if (key === 'implementationName') {
|
||||
// acc.implementationName = item[key];
|
||||
acc.implementationName = item[key];
|
||||
|
||||
return acc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user