Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Boxset support #168

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Draft

Conversation

scampower3
Copy link
Member

No description provided.

@scampower3 scampower3 added the major-feature This PR introduces a major new feature label Aug 2, 2024
Comment on lines +107 to +111
catch (Exception e)
{
_logger.LogError(e, "No BoxSet results found for {Name}", comparableName);
return new List<RemoteSearchResult>();
}

Check notice

Code scanning / CodeQL

Generic catch clause Note

Generic catch clause.
Comment on lines +192 to +196
catch (Exception e)
{
_logger.LogError(e, "Failed to retrieve BoxSet with id {TvdbId}:{BoxSetName}", tvdbId, boxSetInfo.Name);
return;
}

Check notice

Code scanning / CodeQL

Generic catch clause Note

Generic catch clause.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
major-feature This PR introduces a major new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant