Added separate task queue for video streams to prevent ffmpeg overstressing the CPU. Fixed entity parent in scene REST API.

This commit is contained in:
DebaucheryLibrarian
2020-08-17 15:53:20 +02:00
parent b3435c97c3
commit e896d52968
9 changed files with 31 additions and 26 deletions

View File

@@ -11,10 +11,8 @@
<style lang="scss" scoped>
.footer {
margin: 2rem 0 0 0;
background: var(--background);
background: var(--background-dim);
color: var(--shadow);
box-shadow: inset 0 1px 3px var(--darken-hint);
font-size: .8rem;
font-weight: bold;
text-align: center;
@@ -30,5 +28,9 @@
.footer-link {
text-decoration: underline;
&:hover {
color: var(--primary);
}
}
</style>