ocarina: Reset album art when new song loaded

I set it to the ocarina logo, it can change again later.
This commit is contained in:
Bryan Schumaker 2011-04-23 10:17:42 -04:00
parent 6482dc157b
commit cc3d95d9a0
1 changed files with 1 additions and 0 deletions

View File

@ -78,4 +78,5 @@ def on_load(title, artist, album, year, lenstr, count):
YEAR.set_text("Year: %s" % year)
LENGTH.set_text("Length: %s" % lenstr)
COUNT.set_text("Play count: %s" % count)
set_art("images/ocarina.png")
on_like()