mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
5 lines
126 B
JavaScript
5 lines
126 B
JavaScript
/// <reference path="../../app.js" />
|
|
NzbDrone.AddSeries.RootDirModel = Backbone.Model.extend({
|
|
idAttribute: 'Id',
|
|
});
|