Skip to content

Commit

Permalink
Fix comment for setSeriesEpisodesWatched
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmohan authored Nov 21, 2023
1 parent 83a28c0 commit 49aa3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/rtkQuery/splitV3Api/seriesApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const seriesApi = splitV3Api.injectEndpoints({
providesTags: ['SeriesEpisodes', 'UtilitiesRefresh'],
}),

// Toggles the watched state for all the episodes that fit the query.
// Set the watched state for all the episodes that fit the query.
setSeriesEpisodesWatched: build.mutation<void, SeriesEpisodesQueryBaseType & { value: boolean }>({
query: ({ seriesID, ...params }) => ({
url: `Series/${seriesID}/Episode/Watched`,
Expand Down

0 comments on commit 49aa3e4

Please sign in to comment.