1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

Convert Tags to TypeScript

This commit is contained in:
Mark McDowall
2024-12-27 10:43:10 -08:00
parent 5ed7780ed7
commit 60529f0bac
49 changed files with 1600 additions and 1948 deletions
@@ -18,7 +18,7 @@ function createQualityProfilesSelector(
includeMixed: boolean
) {
return createSelector(
createSortedSectionSelector(
createSortedSectionSelector<QualityProfile, QualityProfilesAppState>(
'settings.qualityProfiles',
sortByProp<QualityProfile, 'name'>('name')
),