mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
mono fixes
This commit is contained in:
@@ -130,17 +130,17 @@ namespace MediaBrowser.Controller.Localization
|
||||
{
|
||||
value = field.GetValue(stringData) as string;
|
||||
}
|
||||
catch (TargetException ex)
|
||||
catch (TargetException)
|
||||
{
|
||||
//Logger.ErrorException("Error getting value for field: {0}", ex, field.Name);
|
||||
continue;
|
||||
}
|
||||
catch (FieldAccessException ex)
|
||||
catch (FieldAccessException)
|
||||
{
|
||||
//Logger.ErrorException("Error getting value for field: {0}", ex, field.Name);
|
||||
continue;
|
||||
}
|
||||
catch (NotSupportedException ex)
|
||||
catch (NotSupportedException)
|
||||
{
|
||||
//Logger.ErrorException("Error getting value for field: {0}", ex, field.Name);
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user