diff --git a/modules/ContentStore/Service/GayKittiesService.cs b/modules/ContentStore/Service/GayKittiesService.cs index 1c0bf91..16f393b 100644 --- a/modules/ContentStore/Service/GayKittiesService.cs +++ b/modules/ContentStore/Service/GayKittiesService.cs @@ -11,4 +11,4 @@ public class GayKittiesService : AbstractKittiesService } protected override string VideoType => "gay"; - public override StoreItem StoreItem { get; } = new("kitties", "Прон (не геи)", 40, 110);} \ No newline at end of file + public override StoreItem StoreItem { get; } = new("kitties_gay", "Прон (не геи)", 40, 110);} \ No newline at end of file diff --git a/modules/ContentStore/Service/StraightKittiesService.cs b/modules/ContentStore/Service/StraightKittiesService.cs index 181ed85..394e769 100644 --- a/modules/ContentStore/Service/StraightKittiesService.cs +++ b/modules/ContentStore/Service/StraightKittiesService.cs @@ -10,7 +10,7 @@ namespace West.TelegramBot.ContentStore.Service; public class StraightKittiesService : AbstractKittiesService { protected override string VideoType => "straight"; - public override StoreItem StoreItem { get; } = new("kitties", "Прон", 40, 100); + public override StoreItem StoreItem { get; } = new("kitties_straight", "Прон", 40, 100); public StraightKittiesService(IConfiguration configuration, CoreContext db) : base(configuration, db) {