diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-09-20 12:42:08 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-09-23 20:32:44 +0200 |
| commit | c9820d30edf1cb8fa99a52ec72b6571d6d4506f7 (patch) | |
| tree | 9a479536e6d18d3a2e9a8d253c4d3846d3d2aceb /Emby.Server.Implementations/Services/StringMapTypeDeserializer.cs | |
| parent | b8fd6a7ec3e49298ffacc6da96d59ae03a593cd3 (diff) | |
Fix multiple mistakes and warnings
Diffstat (limited to 'Emby.Server.Implementations/Services/StringMapTypeDeserializer.cs')
| -rw-r--r-- | Emby.Server.Implementations/Services/StringMapTypeDeserializer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Services/StringMapTypeDeserializer.cs b/Emby.Server.Implementations/Services/StringMapTypeDeserializer.cs index c27eb7686..23e22afd5 100644 --- a/Emby.Server.Implementations/Services/StringMapTypeDeserializer.cs +++ b/Emby.Server.Implementations/Services/StringMapTypeDeserializer.cs @@ -15,7 +15,7 @@ namespace Emby.Server.Implementations.Services { PropertySetFn = propertySetFn; PropertyParseStringFn = propertyParseStringFn; - PropertyType = PropertyType; + PropertyType = propertyType; } public Action<object, object> PropertySetFn { get; private set; } |
