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

Fixed: Improve sorting movies by release dates

This commit is contained in:
Bogdan
2024-08-23 03:21:19 +03:00
parent bf84471509
commit df77474314
15 changed files with 99 additions and 34 deletions
@@ -35,6 +35,7 @@
.inCinemas,
.physicalRelease,
.digitalRelease,
.releaseDate,
.genres {
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';