Rename Content::_file to path and support md5sums of directories.
[dcpomatic.git] / src / lib / sndfile_content.cc
index ee55ede91f34228df06ed89f77dc6c58500c43c9..713b80dcb331d815f7c30e0dabdea25389c651cc 100644 (file)
@@ -55,7 +55,7 @@ SndfileContent::SndfileContent (shared_ptr<const Film> f, shared_ptr<const cxml:
 string
 SndfileContent::summary () const
 {
-       return String::compose (_("%1 [audio]"), file().filename().string());
+       return String::compose (_("%1 [audio]"), path().filename().string());
 }
 
 string