Explorar o código

Fix title of retroarch import page

Colin Powell hai 1 ano
pai
achega
a3bf9b0081
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      vrobbler/apps/scrobbles/views.py

+ 2 - 0
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