Fix title of retroarch import page
This commit is contained in:
@ -189,6 +189,8 @@ class BaseScrobbleImportDetailView(DetailView):
|
|||||||
title = "Audioscrobbler TSV Import"
|
title = "Audioscrobbler TSV Import"
|
||||||
if self.model == LastFmImport:
|
if self.model == LastFmImport:
|
||||||
title = "LastFM Import"
|
title = "LastFM Import"
|
||||||
|
if self.model == RetroarchImport:
|
||||||
|
title = "Retroarch Import"
|
||||||
context_data["title"] = title
|
context_data["title"] = title
|
||||||
return context_data
|
return context_data
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user