1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

New: Custom formats in episode history

Details part of actions in episode history
This commit is contained in:
Bogdan
2023-12-31 16:30:47 +02:00
committed by Mark McDowall
parent d172f2e6d9
commit cd2ce34f10
9 changed files with 38 additions and 48 deletions
-1
View File
@@ -2,7 +2,6 @@
// Please do not change this file!
interface CssExports {
'actions': string;
'details': string;
'sourceTitle': string;
}
export const cssExports: CssExports;