save additional info to recording nfo's

This commit is contained in:
Luke Pulverenti
2016-11-26 19:40:15 -05:00
parent 70994b54a6
commit 44513d8744
42 changed files with 7006 additions and 774 deletions
@@ -12,6 +12,12 @@
padding-left: 3.4em;
}
.guideContent {
display: flex;
flex-grow: 1;
overflow: hidden;
}
.tvProgramSectionHeader {
margin: 0;
}
@@ -49,6 +55,7 @@
position: relative;
display: flex;
align-items: flex-start;
flex-grow: 1;
}
.channelPrograms {
@@ -469,3 +476,10 @@
display: none;
}
}
.guideRequiresUnlock {
margin: 1em auto;
text-align: center;
padding: 1em;
flex-shrink: 0;
}