Posters view added for series

This commit is contained in:
Mark McDowall 2013-04-23 20:11:45 -07:00
commit 46bc97ef92
9 changed files with 137 additions and 1 deletions

View file

@ -32,7 +32,9 @@ define('app', function () {
window.NzbDrone.Config = {};
window.NzbDrone.Series = {};
window.NzbDrone.Series.Index = {};
window.NzbDrone.Series.Index.Table = {};
window.NzbDrone.Series.Index.List = {};
window.NzbDrone.Series.Index.Posters = {};
window.NzbDrone.Series.Edit = {};
window.NzbDrone.Series.Delete = {};
window.NzbDrone.Series.Details = {};