mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
updated cassette registration
This commit is contained in:
parent
f303c33ed8
commit
d110cf2633
8 changed files with 89 additions and 72 deletions
10
NzbDrone.Web/_backboneApp/AddSeries/SeriesSearchModel.js
Normal file
10
NzbDrone.Web/_backboneApp/AddSeries/SeriesSearchModel.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
/// <reference path="../app.js" />
|
||||
|
||||
NzbDrone.AddSeries.SeriesSearchResultModel = Backbone.Model.extend({
|
||||
|
||||
});
|
||||
|
||||
NzbDrone.AddSeries.SeriesSearchResultCollection = Backbone.Collection.extend({
|
||||
|
||||
});
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue