You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
readme
This commit is contained in:
@@ -278,6 +278,7 @@ def main():
|
||||
md, index = md
|
||||
if isinstance(md, list): playlist_modifier_modules[index:index] = md
|
||||
else: playlist_modifier_modules.insert(index, md)
|
||||
elif isinstance(md, list): playlist_modifier_modules.extend(md)
|
||||
else: playlist_modifier_modules.append(md)
|
||||
if md := getattr(module, "advisor", None):
|
||||
if playlist_advisor: raise Exception("Multiple playlist advisors")
|
||||
|
||||
Reference in New Issue
Block a user