Skip to content

Commit

Permalink
Revert Additional Changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElementalCrisis committed Nov 15, 2023
1 parent 3168fe3 commit 78699e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/core/rtkQuery/splitV3Api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export const splitV3Api = createApi({
'ImportFolder',
'QueueItems',
'SeriesAniDB',
'SeriesImages',
'SeriesEpisodes',
'SeriesUpdated',
'Settings',
Expand Down
4 changes: 2 additions & 2 deletions src/core/rtkQuery/splitV3Api/seriesApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const seriesApi = splitV3Api.injectEndpoints({
query: ({ seriesId }) => ({
url: `Series/${seriesId}/Images`,
}),
providesTags: ['SeriesImages'],
providesTags: ['SeriesAniDB'],
}),

changeSeriesImage: build.mutation<
Expand All @@ -210,7 +210,7 @@ const seriesApi = splitV3Api.injectEndpoints({
method: 'PUT',
body: { ID: image.ID, Source: image.Source },
}),
invalidatesTags: ['SeriesAniDB', 'SeriesImages'],
invalidatesTags: ['SeriesAniDB'],
}),

// Queue a refresh of all the TvDB data linked to a series using the seriesID.
Expand Down

0 comments on commit 78699e5

Please sign in to comment.