mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-18 21:35:27 -04:00
unknow quality is rejected by AcceptableSizeSpecification
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
+2
-2
@@ -1,6 +1,6 @@
|
||||
"use strict";
|
||||
define(['app'], function () {
|
||||
NzbDrone.MainMenuView = Backbone.Marionette.ItemView.extend({
|
||||
var MainMenuView = Backbone.Marionette.ItemView.extend({
|
||||
events: {
|
||||
'click a': 'onClick'
|
||||
},
|
||||
@@ -37,6 +37,6 @@ define(['app'], function () {
|
||||
}
|
||||
});
|
||||
|
||||
return new MainMenuView();
|
||||
|
||||
return new NzbDrone.MainMenuView();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user