]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Change the 'am' identifier to 'ShairportSync' to help with Tuneblade's free usage
authorMike Brady <mikebrady@eircom.net>
Mon, 10 Oct 2016 17:58:43 +0000 (18:58 +0100)
committerMike Brady <mikebrady@eircom.net>
Mon, 10 Oct 2016 17:58:43 +0000 (18:58 +0100)
mdns.h

diff --git a/mdns.h b/mdns.h
index 4c1cf247da2e932a15ee78f2e4fd42d3a6a2e156..f3d621b2fd0888f80bfbc657bb4594b0f154e770 100644 (file)
--- a/mdns.h
+++ b/mdns.h
@@ -24,7 +24,7 @@ typedef struct {
 //      "sr=44100", "vn=3", "txtvers=1", config.password ? "pw=true" : "pw=false"
 
 #define MDNS_RECORD_WITH_METADATA \
-       "sf=0x4", "fv=76400.10", "am=AirPort4,107", "vs=105.1", "tp=TCP,UDP", "vn=65537", \
+       "sf=0x4", "fv=76400.10", "am=ShairportSync", "vs=105.1", "tp=TCP,UDP", "vn=65537", \
                METADATA_EXPRESSION, "ss=16", "sr=44100", "da=true", "sv=false", "et=0,1", "ek=1", "cn=0,1", "ch=2", "txtvers=1", config.password ? "pw=true" : "pw=false"
 
 #endif
@@ -34,7 +34,7 @@ typedef struct {
 //      "txtvers=1", config.password ? "pw=true" : "pw=false"
 
 #define MDNS_RECORD_WITHOUT_METADATA \
-       "sf=0x4", "fv=76400.10", "am=AirPort4,107", "vs=105.1", "tp=TCP,UDP", "vn=65537", \
+       "sf=0x4", "fv=76400.10", "am=ShairportSync", "vs=105.1", "tp=TCP,UDP", "vn=65537", \
                "ss=16", "sr=44100", "da=true", "sv=false", "et=0,1", "ek=1", "cn=0,1", "ch=2", "txtvers=1", config.password ? "pw=true" : "pw=false"
 
 #endif // _MDNS_H