Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
epggrab: fix "minor" typo
  • Loading branch information
bfennema authored and perexg committed May 25, 2015
1 parent 647c703 commit 8e733a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epggrab/module.c
Expand Up @@ -167,7 +167,7 @@ void epggrab_module_ch_save ( void *_m, epggrab_channel_t *ch )
if (ch->major)
htsmsg_add_u32(m, "major", ch->major);
if (ch->minor)
htsmsg_add_u32(m, "major", ch->minor);
htsmsg_add_u32(m, "minor", ch->minor);

hts_settings_save(m, "epggrab/%s/channels/%s", mod->id, ch->id);
htsmsg_destroy(m);
Expand Down

0 comments on commit 8e733a2

Please sign in to comment.