[Cover] Adding external cover file support (lookup in the same directory)

This commit is contained in:
emeric
2015-06-28 19:49:58 +02:00
parent 794de2fda8
commit 75c700df2a
22 changed files with 470 additions and 96 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ Track::Track(const boost::filesystem::path& p)
_trackNumber(0),
_discNumber(0),
_filePath( p.string() ),
_hasCover(false)
_coverType(CoverType::None)
{
}