Skip to content

Commit

Permalink
Default for UnitSystem
Browse files Browse the repository at this point in the history
  • Loading branch information
JW-CH committed Dec 10, 2024
1 parent 2eac6c9 commit 1be621c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImmichFrame.WebApi/Models/ServerSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class ServerSettings : IServerSettings
public int RefreshAlbumPeopleInterval { get; set; } = 12;
public string ImmichFrameAlbumName { get; set; } = string.Empty;
public string? WeatherApiKey { get; set; } = string.Empty;
public string? UnitSystem { get; set; } = "";
public string? UnitSystem { get; set; } = "imperial";
public string? WeatherLatLong { get; set; } = "40.7128,74.0060";
public string Language { get; set; } = "en";
public string? Webhook { get; set; }
Expand Down

0 comments on commit 1be621c

Please sign in to comment.