Parcourir la source

Fix title of retroarch import page

Colin Powell il y a 1 an
Parent
commit
a3bf9b0081
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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