diff --git a/vrobbler/templates/_scrobblable_list.html b/vrobbler/templates/_scrobblable_list.html
index 8dde497..f30223f 100644
--- a/vrobbler/templates/_scrobblable_list.html
+++ b/vrobbler/templates/_scrobblable_list.html
@@ -9,6 +9,9 @@
{% if podcast_list or object_list.0.podcast %}
Podcast |
{% endif %}
+ {% if object_list.0.domain %}
+ Domain |
+ {% endif %}
Scrobbles |
Start |
@@ -22,6 +25,9 @@
{% if podcast_list or obj.podcast %}
{% if obj.podcast %}{{obj.podcast}}{% endif %} |
{% endif %}
+ {% if obj.domain %}
+ {{obj.domain}} |
+ {% endif %}
{% if request.user.is_authenticated %}
{{obj.scrobble_count}} |
Scrobble |