Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosesteven committed Dec 19, 2024
1 parent ebb9748 commit df12309
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dist/providers/anime/anix.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ declare class Anix extends AnimeParser {
* @param id Anime id
* @param episodeId Episode id
* @param server Streaming server(optional)
* @param type Type (optional) (options: `sub`, `dub`, `raw`)
*/
fetchEpisodeSources: (id: string, episodeId: string, server?: StreamingServers, type?: string) => Promise<ISource>;
/**
Expand All @@ -40,6 +41,7 @@ declare class Anix extends AnimeParser {
*
* @param id Anime id
* @param episodeId Episode id
* @param type Type (optional) (options: `sub`, `dub`, `raw`)
*/
fetchEpisodeServerType: (id: string, episodeId: string, type?: string) => Promise<{
sub: IEpisodeServer[];
Expand Down
2 changes: 2 additions & 0 deletions dist/providers/anime/anix.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/providers/anime/anix.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/providers/anime/anix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ class Anix extends AnimeParser {
* @param id Anime id
* @param episodeId Episode id
* @param server Streaming server(optional)
* @param type Type (optional) (options: `sub`, `dub`, `raw`)
*/
override fetchEpisodeSources = async (
id: string,
Expand Down Expand Up @@ -427,6 +428,7 @@ class Anix extends AnimeParser {
*
* @param id Anime id
* @param episodeId Episode id
* @param type Type (optional) (options: `sub`, `dub`, `raw`)
*/
fetchEpisodeServerType = async (
id: string,
Expand Down

0 comments on commit df12309

Please sign in to comment.