mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Plex DB
This commit is contained in:
parent
705a4fe653
commit
67b124148c
16 changed files with 365 additions and 10 deletions
11
PlexRequests.Core/IPlexReadOnlyDatabase.cs
Normal file
11
PlexRequests.Core/IPlexReadOnlyDatabase.cs
Normal file
|
@ -0,0 +1,11 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using PlexRequests.Store.Models.Plex;
|
||||
|
||||
namespace PlexRequests.Core
|
||||
{
|
||||
public interface IPlexReadOnlyDatabase
|
||||
{
|
||||
IEnumerable<MetadataItems> GetItemsAddedAfterDate(DateTime dateTime);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue