This commit is contained in:
zeppi 2021-03-22 20:57:46 -04:00 committed by jessopb
parent a258fcb039
commit f2e17f8566

View file

@ -122,9 +122,7 @@ function ShowPage(props: Props) {
/> />
</Page> </Page>
); );
} } else if (isLivestream) {
if (isLivestream) {
innerContent = <LivestreamPage uri={uri} />; innerContent = <LivestreamPage uri={uri} />;
} else { } else {
innerContent = <FilePage uri={uri} location={location} />; innerContent = <FilePage uri={uri} location={location} />;