Added configuration reading, redis caching basic, hopefully fixed future season issue
This commit is contained in:
12
AnimeAnnouncer/Cache/TMDBCacheItem.cs
Normal file
12
AnimeAnnouncer/Cache/TMDBCacheItem.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
namespace AnimeAnnouncer.Cache
|
||||
{
|
||||
public class TMDBCacheItem
|
||||
{
|
||||
public required String Title { get; set; }
|
||||
public int ShowID { get; set; }
|
||||
|
||||
public int LatestSeasonNumber { get; set; }
|
||||
public int LastEpisodeNumber { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user