fix duplicating albums in media library

This commit is contained in:
Andrzej Rybczak
2009-03-05 18:55:11 +01:00
parent 556d0f7a3c
commit 1b74324e68
3 changed files with 15 additions and 16 deletions

View File

@@ -28,6 +28,7 @@ class MediaLibrary : public Screen<Window>
{
struct SearchConstraints
{
SearchConstraints() { }
SearchConstraints(const std::string &album, const std::string &year) : Album(album), Year(year) { }
std::string Album;