fix dmca
This commit is contained in:
parent
a258fcb039
commit
f2e17f8566
1 changed files with 1 additions and 3 deletions
|
@ -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} />;
|
||||||
|
|
Loading…
Add table
Reference in a new issue