mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Processed PR Comments.
Added tests for EpisodesWithCutoffUnmet.
This commit is contained in:
committed by
Mark McDowall
parent
d416dd4177
commit
8f87f06ac6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user