1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

Fixed: Display tag list when sort by tags on series Posters

This commit is contained in:
Bogdan
2024-07-17 17:41:40 +03:00
committed by Mark McDowall
parent f8d75d174a
commit 1662521d40
5 changed files with 40 additions and 8 deletions
@@ -2,6 +2,8 @@
// Please do not change this file!
interface CssExports {
'info': string;
'tags': string;
'tagsList': string;
}
export const cssExports: CssExports;
export default cssExports;