ocarina: Show attrs for song loaded on startup

I was annoyed that this wasn't happening.
This commit is contained in:
Bryan Schumaker 2011-04-26 08:07:07 -04:00
parent 3bc5c05ab1
commit 7e83108c6a
2 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,7 @@ def startup():
# plugin.load_all()
prefs.enable_save()
event.start("POSTSTART")
sources.playlist.startup()
def shutdown():

View File

@ -82,6 +82,8 @@ def load():
def init_bg():
init()
load()
def startup():
if cur_index >= 0:
load_id(song_list[cur_index])