summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-08 23:34:04 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-08 23:34:04 +0000
commit4df42c81390ed61aecbcc5bf0ad380937c26eaef (patch)
treef8cc92b821e668153300004e88405adb05566ba4 /ChangeLog
parent3a323ff8e8921c737f6d250a744ba5f13ad2e255 (diff)
Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (fixed #1257).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b44a10db1..9884e9936 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-01-08 Carl Hetherington <cth@carlh.net>
+
+ * Fix failure to re-analyse audio when the channel map changes (#1257).
+
2019-01-06 Carl Hetherington <cth@carlh.net>
* Disable subtitle view/font buttons with FFmpeg content (#1236).