fix: crash on unavailable source api
the screen not updating because of errors
This commit is contained in:
@@ -2,6 +2,6 @@ namespace HomeApi.Models;
|
||||
|
||||
public class Image
|
||||
{
|
||||
public WeatherInformation Weather { get; set; }
|
||||
public List<TimeTable> TimeTable { get; set; }
|
||||
public WeatherInformation? Weather { get; set; }
|
||||
public List<TimeTable>? TimeTable { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user