Skip to content

Commit

Permalink
Fix friendlyName tag in device.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod authored Jun 13, 2018
1 parent 20a611c commit cbd2164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ func main() {
<URLBase>$BaseURL</URLBase>
<device>
<deviceType>urn:schemas-upnp-org:device:MediaServer:1</deviceType>
<Name>$FriendlyName</friendlyName>
<friendlyName>$FriendlyName</friendlyName>
<manufacturer>$Manufacturer</manufacturer>
<modelName>$ModelNumber</modelName>
<modelNumber>$ModelNumber</modelNumber>
Expand Down

0 comments on commit cbd2164

Please sign in to comment.