Add Song::is_module_music()

This commit is contained in:
Jonas Kvinge
2021-10-12 22:58:39 +02:00
parent 814d2fa9fc
commit bb5fe5a6d1
2 changed files with 2 additions and 0 deletions

View File

@@ -275,6 +275,7 @@ class Song {
bool has_valid_art() const;
bool is_compilation() const;
bool stream_url_can_expire() const;
bool is_module_music() const;
// Playlist views are special because you don't want to fill in album artists automatically for compilations, but you do for normal albums:
const QString &playlist_albumartist() const;