diff --git a/allstarr/Program.cs b/allstarr/Program.cs index dc5e033..359f82e 100644 --- a/allstarr/Program.cs +++ b/allstarr/Program.cs @@ -129,8 +129,10 @@ builder.Services.Configure(options => // Debug: Check what Bind() populated Console.WriteLine($"DEBUG: After Bind(), Playlists.Count = {options.Playlists.Count}"); +#pragma warning disable CS0618 // Type or member is obsolete Console.WriteLine($"DEBUG: After Bind(), PlaylistIds.Count = {options.PlaylistIds.Count}"); Console.WriteLine($"DEBUG: After Bind(), PlaylistNames.Count = {options.PlaylistNames.Count}"); +#pragma warning restore CS0618 // Parse SPOTIFY_IMPORT_PLAYLISTS env var (JSON array format) // Format: [["Name","Id","first|last"],["Name2","Id2","first|last"]]