Don't reload playlist every time it changes

This commit is contained in:
Bryan Schumaker 2010-11-15 21:30:41 -05:00
parent 971238ddf2
commit 02115050eb
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class Playlist(Collection):
def refresh(self, arg=None):
self.clear()
self.populate()
Collection.populate(self, playlist.walk)
def reset(self):
playlist.reset()