mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
Download clients now use thingy provider
This commit is contained in:
parent
ba22600412
commit
606d78f5e1
123 changed files with 2076 additions and 1820 deletions
10
src/UI/Settings/DownloadClient/DownloadClientModel.js
Normal file
10
src/UI/Settings/DownloadClient/DownloadClientModel.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
'use strict';
|
||||
define(
|
||||
[
|
||||
'backbone.deepmodel'
|
||||
], function (DeepModel) {
|
||||
return DeepModel.DeepModel.extend({
|
||||
|
||||
});
|
||||
});
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue