fix: resolve build errors in forwarded headers and config endpoints

Fixed duplicate builder variable, deprecated KnownNetworks property, and removed non-existent SpotifyImportSettings properties from config endpoint.
This commit is contained in:
2026-02-09 13:12:21 -05:00
parent bdd753fd02
commit faa07c2791
3 changed files with 6 additions and 25 deletions

View File

@@ -1398,9 +1398,6 @@ public class AdminController : ControllerBase
{
enabled = _spotifyImportSettings.Enabled,
matchingIntervalHours = _spotifyImportSettings.MatchingIntervalHours,
syncStartHour = _spotifyImportSettings.SyncStartHour,
syncStartMinute = _spotifyImportSettings.SyncStartMinute,
syncWindowHours = _spotifyImportSettings.SyncWindowHours,
playlists = _spotifyImportSettings.Playlists.Select(p => new
{
name = p.Name,