DVR: fix copy typos (episode-in-title, subtitle-in-title)

This commit is contained in:
Jaroslav Kysela 2014-09-10 19:06:25 +02:00
parent 3716d28ff1
commit f7d2337464

View file

@ -2454,14 +2454,14 @@ const idclass_t dvr_config_class = {
.type = PT_BOOL,
.id = "episode-in-title",
.name = "Include Episode In Filename",
.off = offsetof(dvr_config_t, dvr_time_in_title),
.off = offsetof(dvr_config_t, dvr_episode_in_title),
.group = 4,
},
{
.type = PT_BOOL,
.id = "subtitle-in-title",
.name = "Include Subtitle In Filename",
.off = offsetof(dvr_config_t, dvr_time_in_title),
.off = offsetof(dvr_config_t, dvr_subtitle_in_title),
.group = 5,
},
{