Skip to content

Commit

Permalink
add a small note
Browse files Browse the repository at this point in the history
  • Loading branch information
riimuru authored Sep 6, 2024
1 parent b77057b commit 3de6a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/anime/zoro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ class Zoro extends AnimeParser {

/**
* Fetches the list of episodes that the user is currently watching.
* @param connectSid The session ID of the user.
* @param connectSid The session ID of the user. Note: This can be obtained from the browser cookies (needs to be signed in)
* @returns A promise that resolves to an array of anime episodes.
*/
async fetchContinueWatching(connectSid: string): Promise<IAnimeEpisode[]> {
Expand Down

0 comments on commit 3de6a5b

Please sign in to comment.