Save playlist after choosing next

This commit is contained in:
Bryan Schumaker 2010-12-12 14:47:19 -05:00
parent 6fc8415838
commit 646fc59c5c

View File

@ -182,4 +182,5 @@ def next():
id = seq_next()
if id != None:
source.set_current()
save()
return library.get_attrs(id, "filepath")