mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
restore sub defaults
This commit is contained in:
parent
2cab873a9b
commit
dcea852799
2 changed files with 8 additions and 2 deletions
|
@ -107,6 +107,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailPageName {
|
.detailPageName {
|
||||||
|
margin: 0 0 .1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detailPageName + .detailPageName {
|
||||||
margin: 0 0 .4em;
|
margin: 0 0 .4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -102,7 +102,9 @@
|
||||||
videoBitrate: 1500000,
|
videoBitrate: 1500000,
|
||||||
maxWidth: screenWidth,
|
maxWidth: screenWidth,
|
||||||
maxHeight: screenHeight,
|
maxHeight: screenHeight,
|
||||||
StartTimeTicks: 0
|
StartTimeTicks: 0,
|
||||||
|
SubtitleStreamIndex: null,
|
||||||
|
AudioStreamIndex: null
|
||||||
};
|
};
|
||||||
|
|
||||||
if (typeof (startPosition) != "undefined") {
|
if (typeof (startPosition) != "undefined") {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue