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