1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

Improvements to movie index sorting fields

This commit is contained in:
Bogdan
2023-05-29 23:27:24 +03:00
parent e0448f7213
commit b5a5530cb1
6 changed files with 132 additions and 12 deletions
@@ -2,6 +2,7 @@
// Please do not change this file!
interface CssExports {
'info': string;
'title': string;
}
export const cssExports: CssExports;
export default cssExports;