mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-12 17:35:27 +00:00
4 lines
126 B
JavaScript
4 lines
126 B
JavaScript
/// <reference path="../../app.js" />
|
|
NzbDrone.AddSeries.RootDirModel = Backbone.Model.extend({
|
|
idAttribute: 'Id',
|
|
});
|