mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-03-19 02:12:38 +01:00
mpd title list bug,auto detect retroarch-local.cfg as RETRO_CONFIG
This commit is contained in:
@@ -97,7 +97,11 @@ class PlayListPage(Page):
|
||||
li._Fonts["normal"] = self._ListFont
|
||||
|
||||
if "title" in v:
|
||||
li.Init( v["title"])
|
||||
if isinstance(v["title"], (list,)):
|
||||
li.Init(" | ".join(v["title"]))
|
||||
else:
|
||||
li.Init( v["title"])
|
||||
|
||||
if "file" in v:
|
||||
li._Path = v["file"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user