Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DVR: fix copy typos (episode-in-title, subtitle-in-title)
  • Loading branch information
perexg committed Sep 10, 2014
1 parent 3716d28 commit f7d2337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dvr/dvr_db.c
Expand Up @@ -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,
},
{
Expand Down

0 comments on commit f7d2337

Please sign in to comment.