-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed redundant code and fixed incorrect ImageType
- Removed code from first AniDB_Anime.GenerateContract which repeats work that is done earlier in the method (ie. the image info is retrieved on line 1987-1994, and they're converted to contracts in the GenerateContract call on line 1997). - Fixed the contract generation for TvDB Banners in second AniDB_Anime.GenerateContract method. It was using JMMImageType.TvDB_FanArt, and should have been JMMImageType.TvDB_Banner.
- Loading branch information
Showing
1 changed file
with
1 addition
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a734f9c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, thanks