1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-05 13:20:20 -05:00

Fixed: Episode title not showing in Cutoff Unmet

This commit is contained in:
Qstick
2022-10-15 11:35:26 -05:00
parent a645681cc8
commit a6ce1ee64c

View File

@@ -111,7 +111,7 @@ export const defaultState = {
isVisible: true
},
{
name: 'episodes.episodeTitle',
name: 'episodes.title',
label: 'Episode Title',
isVisible: true
},