1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00

Use react-query for History UI

This commit is contained in:
Mark McDowall
2025-09-30 21:12:38 -07:00
parent 74ce132556
commit a45b077625
10 changed files with 377 additions and 471 deletions
-1
View File
@@ -90,7 +90,6 @@ interface AppState {
episodeHistory: HistoryAppState;
episodes: EpisodesAppState;
episodesSelection: EpisodesAppState;
history: HistoryAppState;
importSeries: ImportSeriesAppState;
interactiveImport: InteractiveImportAppState;
oAuth: OAuthAppState;