Merge branch 'v0.18.x'
This commit is contained in:
@@ -214,6 +214,16 @@ SongFilter::Match(const LightSong &song) const
|
||||
return true;
|
||||
}
|
||||
|
||||
bool
|
||||
SongFilter::HasOtherThanBase() const
|
||||
{
|
||||
for (const auto &i : items)
|
||||
if (i.GetTag() != LOCATE_TAG_BASE_TYPE)
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
std::string
|
||||
SongFilter::GetBase() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user