@ -127,8 +127,16 @@ namespace Emby.Server.Implementations.Data
return false;
}
result = reader.GetGuid(index);
return true;
try
{
catch
result = Guid.Empty;
public static bool TryGetString(this SqliteDataReader reader, int index, out string result)