diff --git a/data/interfaces/default/info.html b/data/interfaces/default/info.html
index a52d9cbb..eda30dee 100644
--- a/data/interfaces/default/info.html
+++ b/data/interfaces/default/info.html
@@ -539,6 +539,34 @@ DOCUMENTATION :: END
% endif
+ % if data['media_type'] in ('movie', 'show', 'season', 'episode', 'artist', 'album', 'track'):
+
+
+ % endif
<%
history_type = data['media_type'] in ('movie', 'show', 'season', 'episode', 'artist', 'album', 'track')
history_active = 'active' if history_type else ''
@@ -894,6 +922,28 @@ DOCUMENTATION :: END
});
% endif
+% if data['media_type'] in ('movie', 'show', 'season', 'episode', 'artist', 'album', 'track'):
+
+% endif
% if data['media_type'] == 'collection':