From: Jaroslav Kysela Date: Wed, 12 Oct 2016 14:37:55 +0000 (+0200) Subject: DVR: fix file moved - save the internal database, fixes #4020 X-Git-Tag: v4.2.1~272 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=91c4fa19ecb577dc3855d38a6e5ed6af6689317e;p=thirdparty%2Ftvheadend.git DVR: fix file moved - save the internal database, fixes #4020 --- diff --git a/src/dvr/dvr_db.c b/src/dvr/dvr_db.c index fb3804a21..fc73e3833 100644 --- a/src/dvr/dvr_db.c +++ b/src/dvr/dvr_db.c @@ -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)