mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Processed PR Comments.
Added tests for EpisodesWithCutoffUnmet.
This commit is contained in:
parent
d416dd4177
commit
8f87f06ac6
8 changed files with 235 additions and 30 deletions
|
@ -22,8 +22,9 @@ define(
|
|||
setActive: function () {
|
||||
var storedKey = this.menu.defaultAction;
|
||||
|
||||
if (this.menu.storeState)
|
||||
if (this.menu.storeState) {
|
||||
storedKey = Config.getValue(this.menu.menuKey, storedKey);
|
||||
}
|
||||
|
||||
if (!storedKey)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue