[UI] Various improvments in audio view

This commit is contained in:
emeric
2014-12-13 18:21:57 +01:00
parent c5937ead52
commit a03a890f5b
13 changed files with 78 additions and 30 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ Track::Track(const boost::filesystem::path& p)
:
_trackNumber(0),
_discNumber(0),
_filePath( p.string() )
_filePath( p.string() ),
_hasCover(false)
{
}