Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DVR: fix file moved - save the internal database, fixes #4020
  • Loading branch information
perexg committed Oct 12, 2016
1 parent de3944e commit 91c4fa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dvr/dvr_db.c
Expand Up @@ -3678,6 +3678,7 @@ dvr_entry_file_moved(const char *src, const char *dst)
htsmsg_set_str(m, "filename", dst);
dvr_vfs_refresh_entry(de);
r = 0;
chg++;
}
}
if (chg)
Expand Down

0 comments on commit 91c4fa1

Please sign in to comment.