summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2020-08-01 17:12:58 +0200
committerJens Georg <mail@jensge.org>2020-08-01 17:12:58 +0200
commit2123c810fa2129f77f907e9cc9107982e29e8ee6 (patch)
tree9e3f95e2196b5b83404fe913cee97770729ce8a6
parentb5ca07c0117dfb4a9aaf470649294251f3f6ace1 (diff)
downloadgupnp-av-2123c810fa2129f77f907e9cc9107982e29e8ee6.tar.gz
writer: @refID is a standard property
-rw-r--r--libgupnp-av/gupnp-didl-lite-writer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgupnp-av/gupnp-didl-lite-writer.c b/libgupnp-av/gupnp-didl-lite-writer.c
index 0051dea..e17b253 100644
--- a/libgupnp-av/gupnp-didl-lite-writer.c
+++ b/libgupnp-av/gupnp-didl-lite-writer.c
@@ -175,6 +175,7 @@ is_standard_prop (const char *name,
return strcmp (name, "id") == 0 ||
strcmp (name, "parentID") == 0 ||
strcmp (name, "restricted") == 0 ||
+ strcmp (name, "refID") == 0 ||
(g_strcmp0 (namespace, "dc") == 0 &&
strcmp (name, "title") == 0) ||
(g_strcmp0 (namespace, "upnp") == 0 &&