From fbdfc901498605f89f28a57d595df966bddc4eb1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 9 Feb 2023 22:49:47 +0100 Subject: Cleanup: add Content::period(). --- src/lib/empty.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/empty.cc') diff --git a/src/lib/empty.cc b/src/lib/empty.cc index 96d036463..a75066395 100644 --- a/src/lib/empty.cc +++ b/src/lib/empty.cc @@ -43,7 +43,7 @@ Empty::Empty (shared_ptr film, shared_ptr playlist, list full; for (auto i: playlist->content()) { if (part(i) && i->paths_valid()) { - full.push_back (DCPTimePeriod(i->position(), i->end(film))); + full.push_back(i->period(film)); } } -- cgit v1.2.3