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

New: Sort by tags on movie index

This commit is contained in:
Bogdan
2024-07-17 17:41:40 +03:00
parent a54f54eb6e
commit cd713e7252
6 changed files with 42 additions and 1 deletions
@@ -2,6 +2,8 @@
// Please do not change this file!
interface CssExports {
'info': string;
'tags': string;
'tagsList': string;
'title': string;
}
export const cssExports: CssExports;