Skip to content

Commit

Permalink
didl not need xml header
Browse files Browse the repository at this point in the history
  • Loading branch information
ugjka committed Feb 11, 2024
1 parent 1b0a65c commit 90d9a82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions av1transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ func didlMetadata(albumart, stream string) string {
return out
}

const didlTemplate = `<?xml version="1.0"?>
<DIDL-Lite
const didlTemplate = `<DIDL-Lite
xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/"
xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
Expand Down

0 comments on commit 90d9a82

Please sign in to comment.