Supporters update.
[dcpomatic.git] / src / lib / playlist.cc
index 7f8292c7fed3729e945f2314eb0eb2f601d4764d..85957e106803be886e4f5a85016f15cc21282282 100644 (file)
@@ -684,7 +684,7 @@ Playlist::content_summary (shared_ptr<const Film> film, DCPTimePeriod period) co
                }
 
                if (score > best_score) {
-                       best_summary = i->path(0).leaf().string();
+                       best_summary = i->path(0).filename().string();
                        best_score = score;
                }
        }