1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

New: Show Series title and season number after task name when applicable

Closes #6601
This commit is contained in:
Mark McDowall
2024-03-12 22:34:47 -07:00
committed by Mark McDowall
parent 4d4d63921b
commit 6d552f2a60
14 changed files with 400 additions and 459 deletions
@@ -0,0 +1,8 @@
// This file is automatically generated.
// Please do not change this file!
interface CssExports {
'commandName': string;
'userAgent': string;
}
export const cssExports: CssExports;
export default cssExports;