oh wait, i didn't believe it when it said it was broken
This commit is contained in:
parent
3816c29612
commit
9628a7b8b9
@ -335,6 +335,10 @@ namespace ttrss_co_client
|
|||||||
return new Tuple<bool, string>(false, $"no segments");
|
return new Tuple<bool, string>(false, $"no segments");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
catch (Exception e)
|
||||||
|
{
|
||||||
|
return new Tuple<bool, string>(false, $"{e.ToString()} - {e.Message}");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user