aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/ContentDirectory/ControlHandler.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2020-01-27 23:34:40 +0100
committerBond_009 <bond.009@outlook.com>2020-01-27 23:34:40 +0100
commit6b68521bae63ecd2c8dd3d5a912b70756c1c5e49 (patch)
treec6fffa65bc483f79be0b4485ded8cc990f9a113d /Emby.Dlna/ContentDirectory/ControlHandler.cs
parentfc578de3b3370676090da5063faaf126ea50d2ec (diff)
Try again
Diffstat (limited to 'Emby.Dlna/ContentDirectory/ControlHandler.cs')
-rw-r--r--Emby.Dlna/ContentDirectory/ControlHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Dlna/ContentDirectory/ControlHandler.cs b/Emby.Dlna/ContentDirectory/ControlHandler.cs
index 699fb33c6..bb42b93dc 100644
--- a/Emby.Dlna/ContentDirectory/ControlHandler.cs
+++ b/Emby.Dlna/ContentDirectory/ControlHandler.cs
@@ -268,7 +268,7 @@ namespace Emby.Dlna.ContentDirectory
var item = serverItem.Item;
int totalCount;
- if (string.Equals(flag, "BrowseMetadata"))
+ if (string.Equals(flag, "BrowseMetadata", StringComparison.Ordinal))
{
totalCount = 1;