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

Tvdb v4 migration #93

Merged
merged 36 commits into from
Feb 11, 2024

Refactor to use HttpClientFactory

6d1a8f5
Select commit
Loading
Failed to load commit list.
Merged

Tvdb v4 migration #93

Refactor to use HttpClientFactory
6d1a8f5
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Feb 11, 2024 in 3s

13 new alerts

New alerts in code changed by this pull request

  • 13 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 239 in Jellyfin.Plugin.Tvdb/Providers/TvdbEpisodeProvider.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missed ternary opportunity Note

Both branches of this 'if' statement write to the same variable - consider using '?' to express intent better.

Check notice on line 72 in Jellyfin.Plugin.Tvdb/TvdbCultureInfo.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missed ternary opportunity Note

Both branches of this 'if' statement write to the same variable - consider using '?' to express intent better.

Check notice on line 106 in Jellyfin.Plugin.Tvdb/Providers/TvdbEpisodeImageProvider.cs

See this annotation in the file changed.

Code scanning / CodeQL

Generic catch clause Note

Generic catch clause.

Check notice on line 195 in Jellyfin.Plugin.Tvdb/Providers/TvdbEpisodeProvider.cs

See this annotation in the file changed.

Code scanning / CodeQL

Generic catch clause Note

Generic catch clause.

Check notice on line 318 in Jellyfin.Plugin.Tvdb/Providers/TvdbMissingEpisodeProvider.cs

See this annotation in the file changed.

Code scanning / CodeQL

Generic catch clause Note

Generic catch clause.

Check notice on line 124 in Jellyfin.Plugin.Tvdb/Providers/TvdbPersonImageProvider.cs

See this annotation in the file changed.

Code scanning / CodeQL

Generic catch clause Note

Generic catch clause.

Check notice on line 93 in Jellyfin.Plugin.Tvdb/Providers/TvdbSeasonImageProvider.cs

See this annotation in the file changed.

Code scanning / CodeQL

Generic catch clause Note

Generic catch clause.

Check notice on line 85 in Jellyfin.Plugin.Tvdb/Providers/TvdbSeriesImageProvider.cs

See this annotation in the file changed.

Code scanning / CodeQL

Generic catch clause Note

Generic catch clause.

Check notice on line 162 in Jellyfin.Plugin.Tvdb/Providers/TvdbSeriesProvider.cs

See this annotation in the file changed.

Code scanning / CodeQL

Generic catch clause Note

Generic catch clause.

Check notice on line 266 in Jellyfin.Plugin.Tvdb/Providers/TvdbSeriesProvider.cs

See this annotation in the file changed.

Code scanning / CodeQL

Generic catch clause Note

Generic catch clause.

Check notice on line 325 in Jellyfin.Plugin.Tvdb/Providers/TvdbSeriesProvider.cs

See this annotation in the file changed.

Code scanning / CodeQL

Generic catch clause Note

Generic catch clause.

Check notice on line 384 in Jellyfin.Plugin.Tvdb/Providers/TvdbSeriesProvider.cs

See this annotation in the file changed.

Code scanning / CodeQL

Generic catch clause Note

Generic catch clause.

Check notice on line 396 in Jellyfin.Plugin.Tvdb/TvdbClientManager.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missed ternary opportunity Note

Both branches of this 'if' statement return - consider using '?' to express intent better.