feat(overseerr): issues (de)serialization & list integration

This commit is contained in:
Jagandeep Brar
2022-02-20 12:37:37 -05:00
parent cc7349c989
commit db4dfdaf9c
34 changed files with 638 additions and 44 deletions

View File

@@ -74,7 +74,7 @@ extension LunaLogTypeExtension on LunaLogType {
IconData get icon {
switch (this) {
case LunaLogType.WARNING:
return Icons.warning_rounded;
return LunaIcons.WARNING;
case LunaLogType.ERROR:
return Icons.report_rounded;
case LunaLogType.CRITICAL: