[rss] possible fix for empty feed name in logs & RssFetch service cleanup

This commit is contained in:
West14
2022-04-21 14:26:35 +03:00
parent 98cc8b8737
commit 00bfa59d11
2 changed files with 14 additions and 12 deletions
+2
View File
@@ -80,5 +80,7 @@ namespace Kruzya.TelegramBot.RichSiteSummary.Data
/// All exists subscriber for this feed.
/// </summary>
public virtual ICollection<Subscriber> Subscribers { get; set; }
public override string ToString() => Title;
}
}