returnResponse.AsJson(newJsonResponseModel{Result=false,Message=result?.message!=null?"<b>Message From SickRage: </b>"+result.message:"Something went wrong adding the movie to SickRage! Please check your settings."});
returnResponse.AsJson(newJsonResponseModel{Result=false,Message=result?.message!=null?"<b>Message From SickRage: </b>"+result.message:"Something went wrong adding the movie to SickRage! Please check your settings."});
}
}
returnResponse.AsJson("The request of TV Shows is not correctly set up. Please contact your admin.");
returnResponse.AsJson(newJsonResponseModel{Result=false,Message="The request of TV Shows is not correctly set up. Please contact your admin."});