Blob Blame History Raw
Index: plugins/daap/rb-daap-connection.c
===================================================================
--- plugins/daap/rb-daap-connection.c	(revision 5447)
+++ plugins/daap/rb-daap-connection.c	(working copy)
@@ -1055,7 +1055,7 @@
 		entry_set_string_prop (priv->db, entry, RHYTHMDB_PROP_GENRE, genre);
 
 		/* stream URI property is stored as a mountpoint for get_playback_uri */
-		if (streamURI) {
+		if (streamURI && *streamURI != '\0') {
 			entry_set_string_prop (priv->db, entry, RHYTHMDB_PROP_MOUNTPOINT, streamURI);
 		}