mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fixed: Edit Quality Profile not opening
(cherry picked from commit 83cee4b00e8c64d749d2ff1d8575d31570beecba)
This commit is contained in:
parent
e83de41f08
commit
3dfeea2f43
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ class EditQualityProfileModalContent extends Component {
|
||||||
}
|
}
|
||||||
|
|
||||||
<div className={styles.formatItemLarge}>
|
<div className={styles.formatItemLarge}>
|
||||||
{getCustomFormatRender(formatItems, ...otherProps)}
|
{getCustomFormatRender(formatItems, otherProps)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue