Torrent stuff

This commit is contained in:
Elias Jansson
2025-08-19 15:56:52 +02:00
parent 846a42f9e7
commit a97f31e405
19 changed files with 4736 additions and 235 deletions

View File

@@ -0,0 +1,7 @@
namespace Aberwyn.Data
{
public interface IRssProcessor
{
Task ProcessRssFeeds();
}
}