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>
|
||||
);
|
||||
}
|
||||
|
||||
if (isLivestream) {
|
||||
} else if (isLivestream) {
|
||||
innerContent = <LivestreamPage uri={uri} />;
|
||||
} else {
|
||||
innerContent = <FilePage uri={uri} location={location} />;
|
||||
|
|
Loading…
Reference in a new issue