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

View File

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