From e190e748751a8f1cfaef8e71869ae5a9a9a0b6fc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 14 Dec 2024 00:34:17 +0100 Subject: Fix missing LengthChange() signal on repeating content. Previously strange things would happen when repeating some content and then playing the resulting film (because various things would not notice that the film length had changed). --- src/lib/playlist.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib') diff --git a/src/lib/playlist.cc b/src/lib/playlist.cc index ebeac47e2..a0d7d6531 100644 --- a/src/lib/playlist.cc +++ b/src/lib/playlist.cc @@ -599,6 +599,8 @@ Playlist::repeat (shared_ptr film, ContentList c, int n) } Change (ChangeType::DONE); + + LengthChange(); } -- cgit v1.2.3