[gnome-music] static playlists updated on program start (i.e. at time of fetch/create)
- From: Vadim Rutkovsky <vrutkovsky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music] static playlists updated on program start (i.e. at time of fetch/create)
- Date: Thu, 22 Jan 2015 12:41:56 +0000 (UTC)
commit 267299c55c9cd4df89616c8af41ae242dcce6207
Author: Maia <maia mcc gmail com>
Date: Wed Jan 21 12:05:08 2015 -0500
static playlists updated on program start (i.e. at time of fetch/create)
https://bugzilla.gnome.org/show_bug.cgi?id=743310
gnomemusic/playlists.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gnomemusic/playlists.py b/gnomemusic/playlists.py
index 1b7c1ca..1eedb3f 100644
--- a/gnomemusic/playlists.py
+++ b/gnomemusic/playlists.py
@@ -115,6 +115,8 @@ class Playlists(GObject.GObject):
# create the playlist
playlist.ID = self.create_playlist_and_return_id(playlist.TITLE, playlist.TAG_TEXT)
+ self.update_static_playlist(playlist)
+
@log
def clear_playlist_with_id(self, playlist_id):
query = Query.clear_playlist_with_id(playlist_id)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]