1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

reduce recording failures

This commit is contained in:
Luke Pulverenti 2016-09-15 02:23:39 -04:00
parent 274dbafef5
commit 8d12e05583
16 changed files with 60 additions and 48 deletions

View file

@ -0,0 +1,15 @@
.newTvProgram {
background: #64A239;
}
.liveTvProgram {
background: #EC407A;
}
.premiereTvProgram {
background: #EF6C00;
}
.repeatTvProgram {
background: #009688;
}