diff --git a/vrobbler/apps/scrobbles/views.py b/vrobbler/apps/scrobbles/views.py index 94673f4..45c3801 100644 --- a/vrobbler/apps/scrobbles/views.py +++ b/vrobbler/apps/scrobbles/views.py @@ -189,6 +189,8 @@ class BaseScrobbleImportDetailView(DetailView): title = "Audioscrobbler TSV Import" if self.model == LastFmImport: title = "LastFM Import" + if self.model == RetroarchImport: + title = "Retroarch Import" context_data["title"] = title return context_data