-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Added Anime PV/Trailers #341
Conversation
@@ -254,6 +254,73 @@ | |||
}; | |||
} | |||
|
|||
static Video asVideo(final MyAnimeList mal, final JsonObject schema){ |
Check notice
Code scanning / CodeQL
Useless parameter
@@ -218,7 +218,7 @@ | |||
}; | |||
} | |||
|
|||
static EndingTheme asEndingTheme(final MyAnimeList mal, final JsonObject schema, Anime anime){ | |||
static EndingTheme asEndingTheme(final MyAnimeList mal, final JsonObject schema, final Anime anime){ |
Check notice
Code scanning / CodeQL
Useless parameter
@@ -182,7 +182,7 @@ | |||
}; | |||
} | |||
|
|||
static OpeningTheme asOpeningTheme(final MyAnimeList mal, final JsonObject schema, Anime anime){ | |||
static OpeningTheme asOpeningTheme(final MyAnimeList mal, final JsonObject schema, final Anime anime){ |
Check notice
Code scanning / CodeQL
Useless parameter
@mashiro-san dispatch workflow mal_ci |
@Katsute I have dispatched the workflow |
@mashiro-san approve this pull |
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.
@Katsute I have approved this pull request
@mashiro-san approve this pull |
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.
@Katsute I have approved this pull request
Prerequisites
Issues must meet the following criteria:
GitHub Copilot Disclaimer
The use of GitHub Copilot is strictly prohibited on this repository.
Changes Made
List any changes made and/or other relevant issues.
WF-3004377200
Release Notes
Anime.getVideos()
, returns an arrayvideos
orFields.Anime.videos
ExperimentalFeature.VIDEOS