new tvshowspage
This commit is contained in:
@ -287,9 +287,9 @@ export class Player extends React.Component<myprops, mystate> {
|
||||
sources: [
|
||||
{
|
||||
src:
|
||||
(process.env.REACT_APP_CUST_BACK_DOMAIN
|
||||
? process.env.REACT_APP_CUST_BACK_DOMAIN
|
||||
: GlobalInfos.getVideoPath()) + result.MovieUrl,
|
||||
(process.env.REACT_APP_CUST_BACK_DOMAIN ? process.env.REACT_APP_CUST_BACK_DOMAIN : '') +
|
||||
GlobalInfos.getVideoPath() +
|
||||
result.MovieUrl,
|
||||
type: 'video/mp4',
|
||||
size: 1080
|
||||
}
|
||||
|
9
src/pages/TVShowPage/TVShowPage.tsx
Normal file
9
src/pages/TVShowPage/TVShowPage.tsx
Normal file
@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
|
||||
class TVShowPage extends React.Component {
|
||||
render(): JSX.Element {
|
||||
return <></>;
|
||||
}
|
||||
}
|
||||
|
||||
export default TVShowPage;
|
Reference in New Issue
Block a user