diff --git a/templates/macros.html b/templates/macros.html
index 34a25ff..e32558e 100644
--- a/templates/macros.html
+++ b/templates/macros.html
@@ -1,5 +1,5 @@
{% macro primary_category(song) %}
- {%- if song.taxonomies["album"] -%}
- {{ song.taxonomies["album"][0] }}
- {%- endif -%}
+{%- if song.taxonomies["category"] -%}
+{{ song.taxonomies["category"][0] }}
+{%- endif -%}
{% endmacro %}