File tree 3 files changed +6
-2
lines changed
SpiceSpy@claudiux/files/SpiceSpy@claudiux
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### v5.2.2~ 20250226
2
+ * Bugfix.
3
+
1
4
### v5.2.1~ 20250226
2
5
* Removed debug messages.
3
6
Original file line number Diff line number Diff line change @@ -552,7 +552,8 @@ class SpiceSpy extends Applet.TextIconApplet {
552
552
}
553
553
}
554
554
//~ logDebug("do_issuesJob: "+type+" "+uuid+": "+issuesNumber+" issues.");
555
- this . spices_to_spy [ type ] [ uuid ] [ "issues" ] = issuesNumber ;
555
+ if ( this . spices_to_spy [ type ] [ uuid ] )
556
+ this . spices_to_spy [ type ] [ uuid ] [ "issues" ] = issuesNumber ;
556
557
this . make_menu ( ) ;
557
558
} // End of do_issuesJob
558
559
Original file line number Diff line number Diff line change 2
2
"uuid" : " SpiceSpy@claudiux" ,
3
3
"name" : " SpiceSpy" ,
4
4
"description" : " Notifies you when there's a change to your favorite Spices on the website." ,
5
- "version" : " 5.2.1 " ,
5
+ "version" : " 5.2.2 " ,
6
6
"max-instances" : 1 ,
7
7
"author" : " claudiux"
8
8
}
You can’t perform that action at this time.
0 commit comments