mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-09 23:55:10 -05:00
Fix remaining pragma warnings in debug console output
This commit is contained in:
@@ -129,8 +129,10 @@ builder.Services.Configure<SpotifyImportSettings>(options =>
|
|||||||
|
|
||||||
// Debug: Check what Bind() populated
|
// Debug: Check what Bind() populated
|
||||||
Console.WriteLine($"DEBUG: After Bind(), Playlists.Count = {options.Playlists.Count}");
|
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(), PlaylistIds.Count = {options.PlaylistIds.Count}");
|
||||||
Console.WriteLine($"DEBUG: After Bind(), PlaylistNames.Count = {options.PlaylistNames.Count}");
|
Console.WriteLine($"DEBUG: After Bind(), PlaylistNames.Count = {options.PlaylistNames.Count}");
|
||||||
|
#pragma warning restore CS0618
|
||||||
|
|
||||||
// Parse SPOTIFY_IMPORT_PLAYLISTS env var (JSON array format)
|
// Parse SPOTIFY_IMPORT_PLAYLISTS env var (JSON array format)
|
||||||
// Format: [["Name","Id","first|last"],["Name2","Id2","first|last"]]
|
// Format: [["Name","Id","first|last"],["Name2","Id2","first|last"]]
|
||||||
|
|||||||
Reference in New Issue
Block a user