From 25f4410970b90ebebd72f690bc76f177dd26e4c1 Mon Sep 17 00:00:00 2001 From: Bryan Schumaker Date: Thu, 12 May 2011 22:36:17 -0400 Subject: [PATCH] ocarina: I don't need to call save after resetting playlist Saving is done automatically as part of the reset now, so there is no need to call save() here any more. --- ocarina/playlist.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ocarina/playlist.py b/ocarina/playlist.py index a9b69aca..1c61267f 100644 --- a/ocarina/playlist.py +++ b/ocarina/playlist.py @@ -37,7 +37,6 @@ PLAYLIST_PAGE.filter = filter def clear(): playlist_page.clear() playlist.reset() - playlist.save() refresh() PLAYLIST_PAGE.clear = clear