mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-25 14:57:07 -04:00
New: Added global Remote Path mapping table to replace individual Local Category Path settings.
This commit is contained in:
parent
8281063698
commit
525f1aa9dd
36 changed files with 904 additions and 137 deletions
|
@ -0,0 +1,10 @@
|
|||
'use strict';
|
||||
|
||||
define([
|
||||
'jquery',
|
||||
'backbone.deepmodel'
|
||||
], function ($, DeepModel) {
|
||||
return DeepModel.DeepModel.extend({
|
||||
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue