mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
fix(indexer): remove LunaIndexerIcon from model definition
This commit is contained in:
@@ -22,16 +22,11 @@ class LunaIndexer extends HiveObject {
|
||||
@HiveField(3, defaultValue: <String, String>{})
|
||||
Map<String, String> headers;
|
||||
|
||||
@JsonKey()
|
||||
@HiveField(4)
|
||||
LunaIndexerIcon? icon;
|
||||
|
||||
LunaIndexer({
|
||||
this.displayName = '',
|
||||
this.host = '',
|
||||
this.apiKey = '',
|
||||
this.headers = const {},
|
||||
this.icon,
|
||||
});
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user