mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 15:03:06 +03:00
localization fixes
This commit is contained in:
@@ -48,11 +48,6 @@ namespace ServiceStack.Serialization
|
||||
var propertyParseStringFn = GetParseFn(propertyType);
|
||||
var propertySerializer = new PropertySerializerEntry(propertySetFn, propertyParseStringFn) { PropertyType = propertyType };
|
||||
|
||||
var attr = propertyInfo.AllAttributes<DataMemberAttribute>().FirstOrDefault();
|
||||
if (attr != null && attr.Name != null)
|
||||
{
|
||||
propertySetterMap[attr.Name] = propertySerializer;
|
||||
}
|
||||
propertySetterMap[propertyInfo.Name] = propertySerializer;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user