mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -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
|
@ -20,7 +20,7 @@ define([
|
|||
|
||||
var columns = [
|
||||
{
|
||||
name : 'seriesTitle',
|
||||
name : 'series.Title',
|
||||
label : 'Series Title',
|
||||
editable : false,
|
||||
cell : Backgrid.TemplateBackedCell.extend({ template: 'Missing/SeriesTitleTemplate' }),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue