1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-17 10:45:49 +02:00

Adding a new tag shows the proper UI now

This commit is contained in:
Mark McDowall 2014-12-15 12:38:42 -08:00
parent 683656c651
commit e715275657

View File

@ -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,