1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00

New: Sort by series year in series list

Closes #3245
This commit is contained in:
Mark McDowall
2019-08-15 23:28:54 -07:00
parent 07d553fae3
commit 8fd4a98fbe
4 changed files with 31 additions and 0 deletions
@@ -105,6 +105,12 @@
flex: 0 0 130px;
}
.year {
composes: cell;
flex: 0 0 80px;
}
.path {
composes: cell;