1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04: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
+1 -1
View File
@@ -111,7 +111,7 @@ export const defaultState = {
isVisible: true
},
{
name: 'episodes.episodeTitle',
name: 'episodes.title',
label: 'Episode Title',
isVisible: true
},