First attempt at supporting theme music

This commit is contained in:
angelblue05 2015-06-11 00:46:47 -05:00
parent 5b0c074279
commit a6497ce6c7
3 changed files with 80 additions and 4 deletions

View file

@ -40,6 +40,9 @@ elif mode == "resetauth":
elif mode == "adduser":
entrypoint.addUser()
elif mode == "thememedia":
entrypoint.getThemeMedia()
elif mode == "userprefs":
entrypoint.userPreferences()