diff options
author | Luo Jinghua <sunmoon1997@gmail.com> | 2009-09-24 18:35:31 +0800 |
---|---|---|
committer | Luo Jinghua <sunmoon1997@gmail.com> | 2009-09-24 18:35:31 +0800 |
commit | 5817847ba7e7f76bc3fcca7249fb8bc23e44d243 (patch) | |
tree | fe5fe6904fb36f0debdd0aed750f6d5fb9e9be49 | |
parent | 585b47f9e5a678cdfb132cd710bac6c0aa04f084 (diff) |
totem: save the playlist always
-rw-r--r-- | totem/plugin/sopcast.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/totem/plugin/sopcast.py b/totem/plugin/sopcast.py index 049748e..dffbb39 100644 --- a/totem/plugin/sopcast.py +++ b/totem/plugin/sopcast.py @@ -558,8 +558,6 @@ class Sopcast (totem.Plugin): return playlist def save_playlist (self, playlist): - if not playlist: - return False fp = None try: fp = file (sc_playlist, 'wb') |