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

Convert EpisodeHistory to TypeScript

This commit is contained in:
Mark McDowall
2024-12-07 19:52:26 -08:00
parent 03b8c4c28e
commit f1d54d2a9a
8 changed files with 283 additions and 375 deletions
+1
View File
@@ -70,6 +70,7 @@ interface AppState {
captcha: CaptchaAppState;
commands: CommandAppState;
episodeFiles: EpisodeFilesAppState;
episodeHistory: HistoryAppState;
episodes: EpisodesAppState;
episodesSelection: EpisodesAppState;
history: HistoryAppState;