while(srEpisodes.message.Equals("Show not found",StringComparison.CurrentCultureIgnoreCase)&&srEpisodes.data.Count<=0)
intretryTimes=10;
varcurrentRetry=0;
while(srEpisodes.message.Equals("Show not found",StringComparison.CurrentCultureIgnoreCase)||srEpisodes.message.Equals("Season not found",StringComparison.CurrentCultureIgnoreCase)&&srEpisodes.data.Count<=0)
{
if(currentRetry>retryTimes)
{
Logger.LogWarning("Couldnt find the SR Season or Show, message: {0}",srEpisodes.message);