mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
LINQ for paging missing episodes
This commit is contained in:
parent
a414a4663e
commit
d37c8c26c2
26 changed files with 318 additions and 57 deletions
|
@ -1,4 +1,5 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Linq;
|
||||
using NzbDrone.Common.Messaging;
|
||||
|
@ -39,5 +40,7 @@ namespace NzbDrone.Core.History
|
|||
|
||||
return null;
|
||||
}
|
||||
|
||||
//public List<History> GetPagedHistory()
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue