diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-05-31 22:20:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-31 22:20:30 +0100 |
| commit | 291e2fe2e7df95019feba8097b68b31ec64be794 (patch) | |
| tree | cdac55d0ed47721190529b3443664bd3f64aa862 /src/lib/dcp_content.cc | |
| parent | 7d9321ff829498c2c87d924a9b660acbfdafa6b3 (diff) | |
Restore some missing stuff to the content properties dialogue.
Diffstat (limited to 'src/lib/dcp_content.cc')
| -rw-r--r-- | src/lib/dcp_content.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/dcp_content.cc b/src/lib/dcp_content.cc index a01f0effd..d23b4e351 100644 --- a/src/lib/dcp_content.cc +++ b/src/lib/dcp_content.cc @@ -275,6 +275,8 @@ DCPContent::directory () const void DCPContent::add_properties (list<UserProperty>& p) const { + Content::add_properties (p); + video->add_properties (p); audio->add_properties (p); } |
