Home
last modified time | relevance | path

Searched refs:effective_albumartist_sortable (Results 1 – 2 of 2) sorted by relevance

/dports/audio/strawberry/strawberry-1.0.0/src/core/
H A Dsong.h266 const QString &effective_albumartist_sortable() const;
H A Dsong.cpp305 const QString &Song::effective_albumartist_sortable() const { return d->albumartist_.isEmpty() ? d-… in effective_albumartist_sortable() function in Song
307 …() const { return is_compilation() ? d->albumartist_sortable_ : effective_albumartist_sortable(); } in playlist_albumartist_sortable()