Skip to content

Commit 8ffce58

Browse files
committed
output/PipeWire: add missing #ifdef PW_KEY_MEDIA_ALBUM
Fix commit a9ac72b bug.
1 parent a9ac72b commit 8ffce58

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/output/plugins/PipeWireOutputPlugin.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,9 @@ PipeWireOutput::SendTag(const Tag &tag)
928928
const char *pipewire;
929929
} tag_map[] = {
930930
{ TAG_ARTIST, PW_KEY_MEDIA_ARTIST },
931+
#ifdef PW_KEY_MEDIA_ALBUM
931932
{ TAG_ALBUM, PW_KEY_MEDIA_ALBUM },
933+
#endif
932934
{ TAG_TITLE, PW_KEY_MEDIA_TITLE },
933935
{ TAG_DATE, PW_KEY_MEDIA_DATE },
934936
{ TAG_COMMENT, PW_KEY_MEDIA_COMMENT },

0 commit comments

Comments
 (0)