mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
added files missed duo to aggresive .gitignore
This commit is contained in:
parent
44696a15e7
commit
eae414e8be
5 changed files with 115 additions and 2 deletions
9
UI/Release/Collection.js
Normal file
9
UI/Release/Collection.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
"use strict";
|
||||
define(['app', 'Release/Model'], function () {
|
||||
NzbDrone.Release.Collection = Backbone.PageableCollection.extend({
|
||||
url : NzbDrone.Constants.ApiRoot + '/release',
|
||||
model: NzbDrone.Release.Model,
|
||||
|
||||
mode : 'client'
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue