Skip to content

Commit

Permalink
Remove . from friendlyname for identifying LG TVs (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
disgustipated authored Jun 12, 2024
1 parent 82d76c9 commit 2f94439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jellyfin.Plugin.Dlna/Profiles/Xml/LG Smart TV.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>LG Smart TV</Name>
<Identification>
<FriendlyName>LG.*</FriendlyName>
<FriendlyName>LG*</FriendlyName>
<Headers>
<HttpHeaderInfo name="User-Agent" value="LG" match="Substring" />
</Headers>
Expand Down

0 comments on commit 2f94439

Please sign in to comment.