diff options
| author | Bond_009 <bond.009@outlook.com> | 2020-01-27 23:34:40 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2020-01-27 23:34:40 +0100 |
| commit | 6b68521bae63ecd2c8dd3d5a912b70756c1c5e49 (patch) | |
| tree | c6fffa65bc483f79be0b4485ded8cc990f9a113d /Emby.Dlna/ContentDirectory/ControlHandler.cs | |
| parent | fc578de3b3370676090da5063faaf126ea50d2ec (diff) | |
Try again
Diffstat (limited to 'Emby.Dlna/ContentDirectory/ControlHandler.cs')
| -rw-r--r-- | Emby.Dlna/ContentDirectory/ControlHandler.cs | 2 |
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; |
