From 81915d4db00c333da2debd2f8e9a0c02f7a316a3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 21 Jan 2025 10:25:46 +0100 Subject: wip --- src/lib/film.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/film.cc') diff --git a/src/lib/film.cc b/src/lib/film.cc index 9c0637dbb..0db103969 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -1578,12 +1578,12 @@ Film::playlist_content_change (ChangeType type, weak_ptr c, int p, bool } if (type == ChangeType::DONE) { - emit (boost::bind (boost::ref (ContentChange), type, c, p, frequent)); + // emit (boost::bind (boost::ref (ContentChange), type, c, p, frequent)); if (!frequent) { check_settings_consistency (); } } else { - ContentChange (type, c, p, frequent); + // ContentChange (type, c, p, frequent); } set_dirty (true); -- cgit v1.2.3