1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

removed old references to AddSeries/SearchResultModel, AddSeries/SearchResultCollection

This commit is contained in:
Keivan Beigi
2013-04-09 17:46:42 -07:00
parent e436072dcc
commit 5d1026ded2
4 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
'use strict';
define(['app', 'Shared/NotificationCollection', 'AddSeries/SearchResultCollection', 'AddSeries/SearchResultModel', 'Series/SeriesCollection'], function (app, notificationCollection) {
define(['app', 'Shared/NotificationCollection', 'Series/SeriesCollection'], function (app, notificationCollection) {
NzbDrone.AddSeries.New.SearchItemView = Backbone.Marionette.ItemView.extend({