mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-19 09:42:11 +03:00
LibraryIndex: removed cateogories field, generating it every time
LibrariesIndexer: setting category to Uncategorized when missing
This commit is contained in:
@ -80,7 +80,7 @@ public class LegacyUserLibrary extends UserLibrary {
|
||||
|
||||
@Override
|
||||
public String getCategory() {
|
||||
return null;
|
||||
return "Uncategorized";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user