fix: improved Spotify auth check flow, refs NOISSUE
This commit is contained in:
		@@ -257,7 +257,6 @@ messageSyncTimer.OnOccurence += async (s, ea) =>
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
// only start interaction timers in production builds
 | 
					// only start interaction timers in production builds
 | 
				
			||||||
// for local/development testing we want those disabled
 | 
					// for local/development testing we want those disabled
 | 
				
			||||||
    likePlaylistCheckTimer.Start();
 | 
					 | 
				
			||||||
if (!app.Environment.IsDevelopment())
 | 
					if (!app.Environment.IsDevelopment())
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    logger.LogTrace("Starting timer for scheduled processes.");
 | 
					    logger.LogTrace("Starting timer for scheduled processes.");
 | 
				
			||||||
@@ -265,6 +264,7 @@ if (!app.Environment.IsDevelopment())
 | 
				
			|||||||
    userIntroTimer.Start();
 | 
					    userIntroTimer.Start();
 | 
				
			||||||
    pickOfTheDayTimer.Start();
 | 
					    pickOfTheDayTimer.Start();
 | 
				
			||||||
    ldapAssociationTimer.Start();
 | 
					    ldapAssociationTimer.Start();
 | 
				
			||||||
 | 
					    likePlaylistCheckTimer.Start();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user