mirror of
https://github.com/Radarr/Radarr
synced 2025-01-01 12:54:21 +00:00
Adding a new tag shows the proper UI now
This commit is contained in:
parent
683656c651
commit
e715275657
1 changed files with 3 additions and 1 deletions
|
@ -83,7 +83,9 @@ define(
|
|||
|
||||
_add: function() {
|
||||
var model = new Model({
|
||||
preferredProtocol : 1,
|
||||
enableUsenet : true,
|
||||
enableTorrent : true,
|
||||
preferredProtocol : 'usenet',
|
||||
usenetDelay : 0,
|
||||
torrentDelay : 0,
|
||||
order : this.collection.length,
|
||||
|
|
Loading…
Reference in a new issue