mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-25 22:46:31 -04:00
Convert Tags to TypeScript
This commit is contained in:
@@ -14,7 +14,7 @@ import styles from './Metadatas.css';
|
||||
|
||||
function createMetadatasSelector() {
|
||||
return createSelector(
|
||||
createSortedSectionSelector<MetadataType>(
|
||||
createSortedSectionSelector<MetadataType, MetadataAppState>(
|
||||
'settings.metadata',
|
||||
sortByProp('name')
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user