[rygel] core: Let GUPnP AV take care of album art DIDL-Lite
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] core: Let GUPnP AV take care of album art DIDL-Lite
- Date: Mon, 19 Jul 2010 17:50:41 +0000 (UTC)
commit 4613215084aeee1234c01a5bf3aa3aad7c8677fb
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Thu Jul 15 20:31:21 2010 +0300
core: Let GUPnP AV take care of album art DIDL-Lite
src/rygel/rygel-album-art.vala | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/rygel/rygel-album-art.vala b/src/rygel/rygel-album-art.vala
index d72882c..6466fe7 100644
--- a/src/rygel/rygel-album-art.vala
+++ b/src/rygel/rygel-album-art.vala
@@ -29,8 +29,7 @@ public class Rygel.AlbumArt : Thumbnail {
internal override DIDLLiteResource? add_resource (DIDLLiteItem didl_item,
string protocol) {
- Xml.Node* node = didl_item.xml_node;
- node->new_child (null, "upnp:albumArtURI", this.uri);
+ didl_item.album_art = this.uri;
return null;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]