Started to impliment the Plex checker. This will check plex every x minutes to see if there is any new content and then update the avalibility of the requests

This commit is contained in:
Jamie Rees 2016-03-06 01:25:54 +00:00
parent 003dd47e3c
commit 3b0b0c521e
19 changed files with 329 additions and 160 deletions

View file

@ -19,6 +19,7 @@ namespace PlexRequests.Store
public bool Approved { get; set; }
public string RequestedBy { get; set; }
public DateTime RequestedDate { get; set; }
public bool Available { get; set; }
}