diff --git a/modules/ContentStore/Service/CapyApiService.cs b/modules/ContentStore/Service/CapyApiService.cs index 0352250..d4f6abb 100644 --- a/modules/ContentStore/Service/CapyApiService.cs +++ b/modules/ContentStore/Service/CapyApiService.cs @@ -7,6 +7,6 @@ public class CapyApiService : IRandomMediaService public StoreItem StoreItem { get; } = new("capybara", "Капибара", 60, 25); public async Task GetRandomMediaAsync() { - return new RandomMedia("https://api.capy.lol/v1/capybara"); + return new RandomMedia($"https://api.capy.lol/v1/capybara?{new Random().Next(0, 10000)}"); } } \ No newline at end of file