EpisodeFile is downloaded if not available already

This commit is contained in:
Mark McDowall 2013-08-21 20:24:50 -07:00
commit ce9166c6a9
8 changed files with 103 additions and 21 deletions

View file

@ -2,8 +2,9 @@
define(
[
'backgrid',
'Settings/Quality/Profile/QualityProfileSchemaCollection'
], function (Backgrid, QualityProfileSchemaCollection) {
'Settings/Quality/Profile/QualityProfileSchemaCollection',
'Series/EpisodeFileModel'
], function (Backgrid, QualityProfileSchemaCollection, EpisodeFileModel) {
return Backgrid.CellEditor.extend({
className: 'quality-cell-editor',